完善账单页面,抽取公共页面组件
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
import {ReactNode} from 'react'
|
||||
import Page from '@/components/page'
|
||||
|
||||
export type ExtractPageProps = {
|
||||
}
|
||||
|
||||
export default async function ExtractPage(props: ExtractPageProps) {
|
||||
return (
|
||||
<main></main>
|
||||
<Page>
|
||||
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user