X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/232eac919b067a3783348eab549c9fc555b80abd..da9179a2e43be0cb19910ef689cd922457f84744:/src/store/collection-panel/collection-panel-reducer.ts diff --git a/src/store/collection-panel/collection-panel-reducer.ts b/src/store/collection-panel/collection-panel-reducer.ts index 44b77898..2c3edf1a 100644 --- a/src/store/collection-panel/collection-panel-reducer.ts +++ b/src/store/collection-panel/collection-panel-reducer.ts @@ -3,8 +3,8 @@ // SPDX-License-Identifier: AGPL-3.0 import { collectionPanelActions, CollectionPanelAction } from "./collection-panel-action"; -import { CollectionResource } from "../../models/collection"; -import { TagResource } from "../../models/tag"; +import { CollectionResource } from "~/models/collection"; +import { TagResource } from "~/models/tag"; export interface CollectionPanelState { item: CollectionResource | null;