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