We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f32f0 commit 0789b81Copy full SHA for 0789b81
resources/scripts/components/App.tsx
@@ -39,13 +39,13 @@ const App = () => {
39
return (
40
<StoreProvider store={store}>
41
<Router basename={'/'}>
42
- <TransitionRouter basename={'/'}>
43
- <div className={'mx-auto w-auto'} style={{ maxWidth: '1000px' }}>
+ <div className={'mx-auto w-auto'} style={{ maxWidth: '1000px' }}>
+ <TransitionRouter basename={'/'}>
44
<Route exact path="/" component={ServerOverviewContainer}/>
45
<Route path="/auth" component={AuthenticationRouter}/>
46
<Route path="/account" component={AccountRouter}/>
47
- </div>
48
- </TransitionRouter>
+ </TransitionRouter>
+ </div>
49
</Router>
50
</StoreProvider>
51
);
0 commit comments