diff --git a/lib/src/client/index.ts b/lib/src/client/index.ts index 7c74cd7e..0f0374a3 100644 --- a/lib/src/client/index.ts +++ b/lib/src/client/index.ts @@ -7,7 +7,5 @@ */ // client component exports -export * from "./force-theme"; -export * from "./force-color-scheme"; export * from "./theme-switcher"; export * from "./color-switch";