18559: Add basic validation to url field
[arvados-workbench2.git] / src / views / link-panel / link-panel.tsx
index f9ec763bee0804a536ba6804e028817f2e8b82b6..b66aafb264908a47f6ce2bd59584b9c921123a6c 100644 (file)
@@ -4,17 +4,17 @@
 
 import { Dispatch } from "redux";
 import { connect } from "react-redux";
-import { RootState } from '~/store/store';
+import { RootState } from 'store/store';
 import {
     openContextMenu,
     resourceUuidToContextMenuKind
-} from '~/store/context-menu/context-menu-actions';
+} from 'store/context-menu/context-menu-actions';
 import {
     LinkPanelRoot,
     LinkPanelRootActionProps,
     LinkPanelRootDataProps
-} from '~/views/link-panel/link-panel-root';
-import { ResourceKind } from '~/models/resource';
+} from 'views/link-panel/link-panel-root';
+import { ResourceKind } from 'models/resource';
 
 const mapStateToProps = (state: RootState): LinkPanelRootDataProps => {
     return {