1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🐛 Fix a weird typescript error

This commit is contained in:
Steffo 2021-09-30 04:33:17 +02:00 committed by Stefano Pigozzi
parent 04c6d05869
commit 0744c5833b

View file

@ -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";