This commit is contained in:
Eamon-meng
2025-06-07 11:28:36 +08:00
parent 1d0008fd4d
commit b3cd22e1cf
8 changed files with 418 additions and 327 deletions

View File

@@ -1,6 +1,5 @@
import { ReactNode } from 'react'
import { Metadata } from 'next'
import {ReactNode} from 'react'
import {Metadata} from 'next'
export async function generateMetadata(): Promise<Metadata> {
return {
@@ -14,4 +13,4 @@ export type BillsLayoutProps = {
export default async function BillsLayout(props: BillsLayoutProps) {
return props.children
}
}