X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6fdd4a4d609cf8fa459786f42eb337f8da6a5afa..30ef6aaa179aa1d18e70e2a54b1a997146328147:/src/store/vocabulary/vocabulary-selectors.ts diff --git a/src/store/vocabulary/vocabulary-selectors.ts b/src/store/vocabulary/vocabulary-selectors.ts index 39f5a01e..52fb0b9c 100644 --- a/src/store/vocabulary/vocabulary-selectors.ts +++ b/src/store/vocabulary/vocabulary-selectors.ts @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { PropertiesState, getProperty } from '~/store/properties/properties'; -import { Vocabulary } from '~/models/vocabulary'; +import { PropertiesState, getProperty } from 'store/properties/properties'; +import { Vocabulary } from 'models/vocabulary'; export const VOCABULARY_PROPERTY_NAME = 'vocabulary';