mirror of
https://github.com/morten-olsen/parcel.git
synced 2026-02-08 01:36:24 +01:00
update
This commit is contained in:
@@ -18,7 +18,6 @@ const AppRouter: React.FC = () => {
|
||||
const history = useHistory();
|
||||
return (
|
||||
<>
|
||||
<Layout style={{ textAlign: 'center' }}>
|
||||
<Space>
|
||||
<Button
|
||||
onClick={() => history.push('/')}
|
||||
@@ -27,7 +26,6 @@ const AppRouter: React.FC = () => {
|
||||
Home
|
||||
</Button>
|
||||
</Space>
|
||||
</Layout>
|
||||
<Layout.Content style={{ padding: '25px', maxWidth: '800px', width: '100%', margin: 'auto' }}>
|
||||
<Switch>
|
||||
<Route path="/debug">
|
||||
|
||||
Reference in New Issue
Block a user