mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-07-04 03:59:18 +00:00
N-FIN-5: add navigation to layout
This commit is contained in:
parent
799655b061
commit
15f806980b
12 changed files with 1056 additions and 21 deletions
7
src/app/payments/page.tsx
Normal file
7
src/app/payments/page.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default async function PaymentsPage() {
|
||||
return (
|
||||
<main className="flex items-center justify-center min-h-screen text-3xl">
|
||||
Payments
|
||||
</main>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue