refactoring: renamed actions tp billActions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { deleteBillById } from '@/app/lib/actions';
|
||||
import { deleteBillById } from '@/app/lib/billActions';
|
||||
import { notFound, redirect } from 'next/navigation';
|
||||
|
||||
export default async function Page({ params:{ id } }: { params: { id:string } }) {
|
||||
|
||||
Reference in New Issue
Block a user