docs: add source attribution for use-meta-color implementation
This commit is contained in:
parent
93798b5a7e
commit
5ffbecefc2
@ -1,3 +1,6 @@
|
||||
// This implementation is derived from the solution provided by [shadcn] in shadcn/ui
|
||||
// https://github.com/shadcn-ui/ui
|
||||
|
||||
import * as React from "react";
|
||||
import { useTheme } from "next-themes";
|
||||
import { META_THEME_COLORS } from "@/config/site";
|
||||
|
Loading…
Reference in New Issue
Block a user