Post merge compilation fix
authorDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 13 Aug 2018 17:55:30 +0000 (19:55 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Mon, 13 Aug 2018 17:55:30 +0000 (19:55 +0200)
No issue #

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>

src/views-components/context-menu/action-sets/root-project-action-set.ts

index fb380fc4f006201d324d36fadbea8724b3d16111..de3b954f4c1c819c5d9aab4a136cd0e03a377a6a 100644 (file)
@@ -6,11 +6,10 @@ import { reset } from "redux-form";
 
 import { ContextMenuActionSet } from "../context-menu-action-set";
 import { projectActions } from "~/store/project/project-action";
-import { NewProjectIcon } from "~/components/icon/icon";
-import { collectionCreateActions } from "../../../store/collections/creator/collection-creator-action";
+import { collectionCreateActions } from "~/store/collections/creator/collection-creator-action";
 import { PROJECT_CREATE_DIALOG } from "../../dialog-create/dialog-project-create";
 import { COLLECTION_CREATE_DIALOG } from "../../dialog-create/dialog-collection-create";
-import { NewProjectIcon, CollectionIcon } from "../../../components/icon/icon";
+import { NewProjectIcon, CollectionIcon } from "~/components/icon/icon";
 
 export const rootProjectActionSet: ContextMenuActionSet =  [[
     {
@@ -20,7 +19,7 @@ export const rootProjectActionSet: ContextMenuActionSet =  [[
             dispatch(reset(PROJECT_CREATE_DIALOG));
             dispatch(projectActions.OPEN_PROJECT_CREATOR({ ownerUuid: resource.uuid }));
         }
-    }, 
+    },
     {
         icon: CollectionIcon,
         name: "New Collection",