17782: Fixes absolute import paths from '~/somedir/...' to 'somedir/...'
[arvados-workbench2.git] / src / plugins / root-redirect / index.tsx
index 13eeb9421ecfe83c0bd39d7508ec18f22eda30e8..ee6d51695d280f43f857ce4c4e5a0ebb86fb505f 100644 (file)
@@ -2,10 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { PluginConfig } from '~/common/plugintypes';
+import { PluginConfig } from 'common/plugintypes';
 import { Dispatch } from 'redux';
-import { RootState } from '~/store/store';
-import { SidePanelTreeCategory } from '~/store/side-panel-tree/side-panel-tree-actions';
+import { RootState } from 'store/store';
+import { SidePanelTreeCategory } from 'store/side-panel-tree/side-panel-tree-actions';
 import { push } from "react-router-redux";
 
 export const register = (pluginConfig: PluginConfig, redirect: string) => {