fix: add load suspense on master branch

feat/custom-emoji-autocomplete
Paul Makles 2022-10-23 21:06:53 +01:00
parent eb4670ec43
commit e29678a6a3
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ export function App() {
<Masks /> <Masks />
<Switch> <Switch>
<Route path="/login/verify/:token"> <Route path="/login/verify/:token">
<Login /> <LoadSuspense>
<Login />
</LoadSuspense>
</Route> </Route>
<Route path="/login/reset/:token"> <Route path="/login/reset/:token">
<LoadSuspense> <LoadSuspense>