Initial miaojingAI project with image resolution guard
This commit is contained in:
5
src/app/help/page.tsx
Normal file
5
src/app/help/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { SitePolicyPage } from '@/components/site-policy-page';
|
||||
|
||||
export default function HelpPage() {
|
||||
return <SitePolicyPage kind="help" />;
|
||||
}
|
||||
Reference in New Issue
Block a user