Extract context-menu view component
[arvados.git] / src / store / navigation / navigation-action.ts
index 25cc0034deff7732ba2e190777db993bed2fb258..d7630d7a48bf6691c270af0248b51a948bce1171 100644 (file)
@@ -10,8 +10,7 @@ import { findTreeItem } from "../project/project-reducer";
 import dataExplorerActions from "../data-explorer/data-explorer-action";
 import { PROJECT_PANEL_ID } from "../../views/project-panel/project-panel";
 import { RootState } from "../store";
-import { Resource } from "../../common/api/common-resource-service";
-import { ResourceKind } from "../../models/kinds";
+import { Resource, ResourceKind } from "../../models/resource";
 
 export const getResourceUrl = <T extends Resource>(resource: T): string => {
     switch (resource.kind) {