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();
|
const history = useHistory();
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout style={{ textAlign: 'center' }}>
|
|
||||||
<Space>
|
<Space>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => history.push('/')}
|
onClick={() => history.push('/')}
|
||||||
@@ -27,7 +26,6 @@ const AppRouter: React.FC = () => {
|
|||||||
Home
|
Home
|
||||||
</Button>
|
</Button>
|
||||||
</Space>
|
</Space>
|
||||||
</Layout>
|
|
||||||
<Layout.Content style={{ padding: '25px', maxWidth: '800px', width: '100%', margin: 'auto' }}>
|
<Layout.Content style={{ padding: '25px', maxWidth: '800px', width: '100%', margin: 'auto' }}>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route path="/debug">
|
<Route path="/debug">
|
||||||
|
|||||||
Reference in New Issue
Block a user