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

@ -6,6 +6,11 @@ import { lusitana } from "@/app/ui/fonts";
import { InvoicesTableSkeleton } from "@/app/ui/skeletons";
import { Suspense } from "react";
import { fetchInvoicesPages } from "@/app/lib/data";
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Invoices',
};
export default async function Page(props: {
searchParams?: Promise<{