完善 ip 提取功能,优化更新主题样式
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import {ReactNode} from 'react'
|
||||
import Page from '@/components/page'
|
||||
import Extract from '@/components/composites/extract'
|
||||
|
||||
export type ExtractPageProps = {
|
||||
}
|
||||
export type ExtractPageProps = {}
|
||||
|
||||
export default async function ExtractPage(props: ExtractPageProps) {
|
||||
return (
|
||||
<Page>
|
||||
|
||||
<Extract/>
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user