mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix: add load suspense on master branch
This commit is contained in:
parent
eb4670ec43
commit
e29678a6a3
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ export function App() {
|
||||||
<Masks />
|
<Masks />
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route path="/login/verify/:token">
|
<Route path="/login/verify/:token">
|
||||||
|
<LoadSuspense>
|
||||||
<Login />
|
<Login />
|
||||||
|
</LoadSuspense>
|
||||||
</Route>
|
</Route>
|
||||||
<Route path="/login/reset/:token">
|
<Route path="/login/reset/:token">
|
||||||
<LoadSuspense>
|
<LoadSuspense>
|
||||||
|
|
Loading…
Reference in a new issue