refactoring: actions moved to seprate dir

This commit is contained in:
2024-01-09 15:00:26 +01:00
parent af7d42891c
commit 8112c9765d
13 changed files with 56 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
import { addYearMonth } from '@/app/lib/yearMonthActions';
import { addYearMonth } from '@/app/lib/actions/yearMonthActions';
import { revalidatePath } from 'next/cache';
import { redirect } from 'next/navigation';