fun landing animation

This commit is contained in:
MapleLeaf
2022-01-12 19:29:20 -06:00
parent 1bfbe9608c
commit 8ce3834cf4
6 changed files with 235 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ import {
LiveReload,
Meta,
Outlet,
Scripts,
ScrollRestoration,
useLoaderData,
} from "remix"
@@ -72,6 +73,7 @@ export default function App() {
<Outlet />
</GuideLinksProvider>
<ScrollRestoration />
<Scripts />
{process.env.NODE_ENV === "development" && <LiveReload />}
</body>
</html>