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