refactoring: renamed actions tp billActions

This commit is contained in:
2024-01-05 14:30:44 +01:00
parent b02eafa309
commit f26aae7d66
6 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
import { fetchBillById } from '@/app/lib/actions';
import { fetchBillById } from '@/app/lib/billActions';
import { notFound } from 'next/navigation';
export async function GET(request: Request, { params:{ id } }: { params: { id:string } }) {