toolscript

This commit is contained in:
Chris Wanstrath 2026-02-04 09:50:32 -08:00
parent 0d572b4b5d
commit 067fd12e94

View File

@ -1,6 +1,6 @@
import { Hype } from '@because/hype'
import { define, stylesToCSS } from '@because/forge'
import { baseStyles, initScript, theme } from '@because/toes/tools'
import { baseStyles, ToolScript, theme } from '@because/toes/tools'
import { readdir, readlink, stat } from 'fs/promises'
import { join } from 'path'
import type { Child } from 'hono/jsx'
@ -109,7 +109,7 @@ function Layout({ title, subtitle, children }: LayoutProps) {
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<script dangerouslySetInnerHTML={{ __html: initScript }} />
<ToolScript />
<Container>
<Header>
<Title>Versions</Title>