toolscript
This commit is contained in:
parent
0d572b4b5d
commit
067fd12e94
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user