diff --git a/app/root.tsx b/app/root.tsx index 47796e3..c9d15c8 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -14,6 +14,7 @@ import { } from "@remix-run/react"; import { AuthProvider } from "./contexts/AuthContext"; import { Toaster } from "react-hot-toast"; +import { CLIENT_SERVER_URL } from "./util/constant"; export const links: LinksFunction = () => [ { rel: "stylesheet", href: normailzeCSS }, @@ -29,6 +30,18 @@ export default function App() { + + + + + +