目录结构与表单组件结构调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import BreadCrumb from '@/components/bread-crumb'
|
||||
import Wrap from '@/components/wrap'
|
||||
import FormSection from '@/app/(root)/collect/form-section'
|
||||
import FormSection from '@/app/(root)/collect/_client/form-section'
|
||||
|
||||
export type CollectPageProps = {}
|
||||
|
||||
@@ -11,7 +11,6 @@ export default function CollectPage(props: CollectPageProps) {
|
||||
<BreadCrumb items={[
|
||||
{label: 'IP 提取', href: '/collect'},
|
||||
]}/>
|
||||
<h2 className={`text-3xl text-center`}>提取 IP</h2>
|
||||
<FormSection/>
|
||||
</Wrap>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user