From 067fd12e948bb8f86d80b85c612eca6a02928559 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 4 Feb 2026 09:50:32 -0800 Subject: [PATCH] toolscript --- apps/versions/20260130-000000/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/versions/20260130-000000/index.tsx b/apps/versions/20260130-000000/index.tsx index 4c780ab..62a0afa 100644 --- a/apps/versions/20260130-000000/index.tsx +++ b/apps/versions/20260130-000000/index.tsx @@ -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) { -