BillEditForm: added location title @ top

This commit is contained in:
2024-01-17 16:06:54 +01:00
parent bdf9c10303
commit c7c7bf2924
3 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
import { NotFoundPage } from '@/app/ui/NotFoundPage';
const BillNotFound = () =>
<NotFoundPage title="404 Bill Not Found" description="Could not find the requested Bill." />;
export default BillNotFound;