feat: add machine data

This commit is contained in:
Aarnav Tale
2024-03-25 18:47:15 -04:00
parent b38eb0885f
commit abaf71636e
10 changed files with 246 additions and 32 deletions
+2
View File
@@ -11,6 +11,7 @@ import {
} from '@remix-run/react'
import clsx from 'clsx'
import Toaster from '~/components/Toaster'
import stylesheet from '~/tailwind.css?url'
export const meta: MetaFunction = () => [
@@ -50,6 +51,7 @@ export function Layout({ children }: { readonly children: React.ReactNode }) {
</head>
<body className='overscroll-none'>
{children}
<Toaster/>
<ScrollRestoration/>
<Scripts/>
</body>