fix: clean up unused imports in KanbanFilters and backup

- Removed unused `getToday` import from `backup.ts` to streamline the code.
- Cleaned up imports in `KanbanFilters.tsx` by removing `useMemo`, which was not utilized, enhancing readability.
This commit is contained in:
Julien Froidefond
2025-09-25 22:35:51 +02:00
parent b0e7a60308
commit 6ca24b9509
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import path from 'path';
import { prisma } from '@/services/core/database';
import { userPreferencesService } from '@/services/core/user-preferences';
import { BackupUtils } from '@/lib/backup-utils';
import { getToday } from '@/lib/date-utils';
export interface BackupConfig {
enabled: boolean;