refactoring: actions moved to seprate dir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { deleteBillById } from '@/app/lib/billActions';
|
||||
import { deleteLocationById } from '@/app/lib/locationActions';
|
||||
import { deleteBillById } from '@/app/lib/actions/billActions';
|
||||
import { deleteLocationById } from '@/app/lib/actions/locationActions';
|
||||
import { revalidatePath } from 'next/cache';
|
||||
import { notFound, redirect } from 'next/navigation';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user