From 588a982cdc97e909db33e3274363aa3eeefd2621 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 29 Jan 2026 23:33:54 -0800 Subject: [PATCH] update app deps --- apps/basic/index.tsx | 2 +- apps/clock/index.tsx | 2 +- apps/profile/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/basic/index.tsx b/apps/basic/index.tsx index a7920b0..301eab6 100644 --- a/apps/basic/index.tsx +++ b/apps/basic/index.tsx @@ -1,4 +1,4 @@ -import { Hype } from 'hype' +import { Hype } from '@because/hype' const app = new Hype diff --git a/apps/clock/index.tsx b/apps/clock/index.tsx index 1f941a0..2986716 100644 --- a/apps/clock/index.tsx +++ b/apps/clock/index.tsx @@ -1,4 +1,4 @@ -import { Hype } from 'hype' +import { Hype } from '@because/hype' import { define, stylesToCSS } from '@because/forge' const app = new Hype() diff --git a/apps/profile/index.tsx b/apps/profile/index.tsx index 62cb5cb..4f4f488 100644 --- a/apps/profile/index.tsx +++ b/apps/profile/index.tsx @@ -1,4 +1,4 @@ -import { Hype } from 'hype' +import { Hype } from '@because/hype' const app = new Hype