diff --git a/frontend/src/components/routing/LocationViewSetRouter.tsx b/frontend/src/components/routing/LocationViewSetRouter.tsx index 6fa00b1..4442922 100644 --- a/frontend/src/components/routing/LocationViewSetRouter.tsx +++ b/frontend/src/components/routing/LocationViewSetRouter.tsx @@ -1,5 +1,4 @@ import * as React from "react" -import * as ReactDOM from "react-dom" import {ViewSetRouter, ViewSetRouterProps} from "./ViewSetRouter"; import {useLocation} from "@reach/router"; import {SplitPath, splitPath} from "../../utils/PathSplitter";