完善资源列表查询行为,提供表格公共组件

This commit is contained in:
2025-04-10 17:49:02 +08:00
parent 74c6c01b7d
commit 7238166a95
15 changed files with 1057 additions and 28 deletions

View File

@@ -0,0 +1,10 @@
import {ReactNode} from 'react'
export type BillsPageProps = {
}
export default async function BillsPage(props: BillsPageProps) {
return (
<main></main>
)
}