Here is notifications component
Loading preview...
import SwitchWithIconDemo from "@/components/ui/with-icon"; export default function DemoOne() { return <SwitchWithIconDemo/>; }