Add typescript paths to top level folders
[arvados-workbench2.git] / src / views-components / snackbar / snackbar.tsx
index c65d3640473cd035cf9bb4edf4b90a88d3375307..535777e1bd4fd0765f1ac88914e592165f969258 100644 (file)
@@ -4,10 +4,10 @@
 
 import * as React from "react";
 import { connect } from "react-redux";
-import { RootState } from "../../store/store";
+import { RootState } from "~/store/store";
 import MaterialSnackbar, { SnackbarProps } from "@material-ui/core/Snackbar";
 import { Dispatch } from "redux";
-import { snackbarActions } from "../../store/snackbar/snackbar-actions";
+import { snackbarActions } from "~/store/snackbar/snackbar-actions";
 
 const mapStateToProps = (state: RootState): SnackbarProps => ({
     anchorOrigin: { vertical: "bottom", horizontal: "center" },