This commit is contained in:
2020-08-22 22:53:05 +02:00
parent 9c03b8e92f
commit 5413a132af

View File

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