diff --git a/app/javascript/src/App.tsx b/app/javascript/src/App.tsx index dfc300e..b608234 100644 --- a/app/javascript/src/App.tsx +++ b/app/javascript/src/App.tsx @@ -1,6 +1,6 @@ import { graphql } from "babel-plugin-relay/macro"; import type { FC } from "react"; -import React from "react"; +import React, { Suspense } from "react"; import { useLazyLoadQuery } from "react-relay"; import { Navbar, SideNav } from "./components"; @@ -28,7 +28,9 @@ export const App: FC = () => {
- + + +
diff --git a/app/javascript/src/components/Navbar/Navbar.tsx b/app/javascript/src/components/Navbar/Navbar.tsx index 1377a04..f45deca 100644 --- a/app/javascript/src/components/Navbar/Navbar.tsx +++ b/app/javascript/src/components/Navbar/Navbar.tsx @@ -21,7 +21,7 @@ export const Navbar = () => { ?.getAttribute("content") ?? ""; return ( -