diff --git a/src/App.jsx b/src/App.jsx index 183faa71..d1735753 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -28,6 +28,7 @@ import { Room } from "./Room"; import { GridDemo } from "./GridDemo"; import { RegisterPage } from "./RegisterPage"; import { LoginPage } from "./LoginPage"; +import { Center } from "./Layout"; export default function App() { const { protocol, host } = window.location; @@ -40,7 +41,9 @@ export default function App() { <> {loading ? ( -

Loading...

+
+

Loading...

+
) : (