更新菜单栏中的帮助中心教程和产品介绍的相关文档
This commit is contained in:
8
src/app/(auth)/privacyPolicy/page.tsx
Normal file
8
src/app/(auth)/privacyPolicy/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client'
|
||||
import PrivacyPolicy from '@/docs/privacyPolicy.mdx'
|
||||
|
||||
export default function CollectPage() {
|
||||
return (
|
||||
<PrivacyPolicy/>
|
||||
)
|
||||
}
|
||||
8
src/app/(auth)/userAgreement/page.tsx
Normal file
8
src/app/(auth)/userAgreement/page.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client'
|
||||
import UserAgreement from '@/docs/userAgreement.mdx'
|
||||
|
||||
export default function CollectPage() {
|
||||
return (
|
||||
<UserAgreement/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user