docs: add source attribution for ModeSwitcher and ThemeProvider implementations
This commit is contained in:
parent
8808b4fb9b
commit
ed547464c1
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user