fix: resolve TypeScript errors in timer, pagination, undo, and notification components

This commit is contained in:
2026-07-29 19:47:44 +00:00
parent 9bc571eb69
commit 37e8b724bd
6 changed files with 13 additions and 12 deletions
@@ -5,6 +5,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { Button } from '@/components/ui/button';
import { Switch } from '@/components/ui/switch';
import { Label } from '@/components/ui/label';
import { NotificationPrefs } from '@/components/notifications/notification-prefs';
export function SettingsShortcuts() {
const { enabled, shortcuts, setEnabled, resetShortcuts } = useKeyboardShortcutsStore();