15768: initial Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
[arvados.git] / src / store / search-bar / search-bar-reducer.ts
index 32d9305f956df81c69a356096f2a4438bbf0a9bf..5e16c9a0855b24f89014e55551f144e455970476 100644 (file)
@@ -6,9 +6,9 @@ import {
     getQueryFromAdvancedData,
     searchBarActions,
     SearchBarActions
-} from '~/store/search-bar/search-bar-actions';
-import { GroupContentsResource } from '~/services/groups-service/groups-service';
-import { SearchBarAdvancedFormData } from '~/models/search-bar';
+} from 'store/search-bar/search-bar-actions';
+import { GroupContentsResource } from 'services/groups-service/groups-service';
+import { SearchBarAdvancedFormData } from 'models/search-bar';
 
 type SearchResult = GroupContentsResource;
 export type SearchBarSelectedItem = {