diff --git a/src/components/mode-switcher.tsx b/src/components/mode-switcher.tsx index 30a5119..62034e0 100644 --- a/src/components/mode-switcher.tsx +++ b/src/components/mode-switcher.tsx @@ -1,3 +1,6 @@ +// This implementation is derived from the solution provided by [shadcn] in shadcn/ui +// https://github.com/shadcn-ui/ui + "use client"; import * as React from "react"; diff --git a/src/components/theme-provider.tsx b/src/components/theme-provider.tsx index 189a2b1..4855a19 100644 --- a/src/components/theme-provider.tsx +++ b/src/components/theme-provider.tsx @@ -1,3 +1,6 @@ +// This implementation is derived from the solution provided by [shadcn] in shadcn/ui +// https://github.com/shadcn-ui/ui + "use client"; import * as React from "react";