refactor: eslint and prettier conflict will be resolved and formatted

This commit is contained in:
Enes Köksal
2026-04-23 17:05:43 +03:00
parent 385b61f29b
commit 3cfea40fbd
219 changed files with 16638 additions and 13663 deletions
+2 -9
View File
@@ -1,11 +1,6 @@
'use client';
import {
Dialog,
DialogContent,
DialogHeader,
DialogTitle,
} from '@/components/ui/dialog';
import { Dialog, DialogContent, DialogHeader, DialogTitle } from '@/components/ui/dialog';
interface ShortcutItem {
keys: string[];
@@ -20,9 +15,7 @@ interface ShortcutGroup {
const shortcutGroups: ShortcutGroup[] = [
{
title: 'Navigation',
shortcuts: [
{ keys: ['Ctrl', 'K'], description: 'Open search' },
],
shortcuts: [{ keys: ['Ctrl', 'K'], description: 'Open search' }],
},
{
title: 'Playback',