import { Button } from '@/components/ui/button'; import { Checkbox } from '@/components/ui/checkbox'; import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from '@/components/ui/dialog'; import { Sheet, SheetContent, SheetHeader, SheetTitle } from '@/components/ui/sheet'; import useLocalSettingsStore from '@/stores/localSettingsStore'; import { SettingsIcon } from 'lucide-react'; export default function EditNavSidebar({ isOpen, onClose }) { const { getSetting, setSetting } = useLocalSettingsStore(); return ( !open && onClose()}>
MEMEAIGEN
Settings Change your settings here.
setSetting('genAlphaSlang', !getSetting('genAlphaSlang'))} />
); }