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();
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">