From 0744c5833b905f3e1738072b313e3e05dfc51e6a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 30 Sep 2021 04:33:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20a=20weird=20typescript=20e?= =?UTF-8?q?rror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/routing/LocationViewSetRouter.tsx | 1 - 1 file changed, 1 deletion(-) 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";