Remove test link

This commit is contained in:
Joshua Sigona 2021-07-25 21:39:44 +09:00
parent 367198a0d7
commit 3f0e25588c

View File

@ -637,7 +637,6 @@ function App() {
return (
<>
<HashRouter>
<Link to={process.env.PUBLIC_URL+"/admin"}>Test</Link>
<Switch>
<Route path={process.env.PUBLIC_URL+"/test"}>
<AdminPanel/>