mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
add metadata
This commit is contained in:
parent
759acde045
commit
069c8529fb
10 changed files with 79 additions and 1 deletions
|
|
@ -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<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue