Loading preview...
import { MoonIcon } from "@/components/ui/moon" const Demo = () => { return ( <MoonIcon /> ) } export default { Demo }