add metadata

This commit is contained in:
Michi 2025-04-26 17:19:23 +02:00
parent 759acde045
commit 069c8529fb
10 changed files with 79 additions and 1 deletions

View file

@ -2,6 +2,11 @@ import Form from '@/app/ui/invoices/edit-form';
import Breadcrumbs from '@/app/ui/invoices/breadcrumbs';
import { fetchCustomers, fetchInvoiceById } from '@/app/lib/data';
import { notFound } from 'next/navigation';
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Edit invoice',
};
export default async function Page(props: {
params: Promise<{