Chapter 16 - Add title

This commit is contained in:
2024-01-05 07:57:09 +01:00
parent 5bdf7f05e6
commit 1b6aab0170
2 changed files with 17 additions and 0 deletions

View File

@@ -7,6 +7,12 @@ 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({
searchParams,
}: {