feat: add machine data
This commit is contained in:
parent
b38eb0885f
commit
abaf71636e
10 changed files with 246 additions and 32 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue