diff --git a/src/pages/app.tsx b/src/pages/app.tsx index 8e093213..c09679c5 100644 --- a/src/pages/app.tsx +++ b/src/pages/app.tsx @@ -8,6 +8,8 @@ import { CheckAuth } from "../context/revoltjs/CheckAuth"; import Masks from "../components/ui/Masks"; import Preloader from "../components/ui/Preloader"; +import Invite from "./invite/Invite"; + const Login = lazy(() => import("./login/Login")); const RevoltApp = lazy(() => import("./RevoltApp")); @@ -19,6 +21,15 @@ export function App() { // @ts-expect-error typings mis-match between preact... and preact? */} }> + + + + + + + + +