Create shared-with-me panel skeleton
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 0e87769e24a57095f4e74fd578f5c46ed1358c59..b65f687586002047af4164f5da4bd4e0a1923081 100644 (file)
@@ -44,4 +44,6 @@ export const navigateToRootProject = (dispatch: Dispatch, getState: () => RootSt
     if (rootProjectUuid) {
         dispatch(navigateToProject(rootProjectUuid));
     }
-};
\ No newline at end of file
+};
+
+export const navigateToSharedWithMe = push(Routes.SHARED_WITH_ME);