完善产品购买页面,抽取公共组件,优化导航链接
This commit is contained in:
10
src/app/admin/extract/page.tsx
Normal file
10
src/app/admin/extract/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import {ReactNode} from 'react'
|
||||
|
||||
export type ExtractPageProps = {
|
||||
}
|
||||
|
||||
export default async function ExtractPage(props: ExtractPageProps) {
|
||||
return (
|
||||
<main></main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user