Merge branch '17944-vocabulary-endpoint-retrieval' into main. Closes #17944
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-selectors.ts
index 39f5a01ec86e78786345e0411209df3e97b6833f..52fb0b9c5d5817c924b867f5ef01b088f23bbbd3 100644 (file)
@@ -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';