diff --git a/packages/bun-framework-react/client/app.ts b/packages/bun-framework-react/client/app.ts index 06053f21c3..648b981f6b 100644 --- a/packages/bun-framework-react/client/app.ts +++ b/packages/bun-framework-react/client/app.ts @@ -1,6 +1,6 @@ import type { ReactNode, SetStateAction } from "react"; import { createFromReadableStream } from "react-server-dom-bun/client.browser"; -import { store, useStore, type Store } from "./simple-store.ts"; +import { store, useStore, type Store } from "./store.ts"; export type NonNullishReactNode = Exclude; export type RenderableRscPayload = Promise | NonNullishReactNode; diff --git a/packages/bun-framework-react/client/simple-store.ts b/packages/bun-framework-react/client/store.ts similarity index 100% rename from packages/bun-framework-react/client/simple-store.ts rename to packages/bun-framework-react/client/store.ts diff --git a/packages/bun-framework-react/ssr.tsx b/packages/bun-framework-react/ssr.tsx index 02e21bbf3a..578cb6e51f 100644 --- a/packages/bun-framework-react/ssr.tsx +++ b/packages/bun-framework-react/ssr.tsx @@ -121,21 +121,21 @@ const continueScriptTag = "