feat: privacy policy

This commit is contained in:
Henry
2025-02-24 21:36:03 +00:00
parent 3608ec0e31
commit 08a736b210
7 changed files with 476 additions and 100 deletions

View File

@@ -0,0 +1,5 @@
import PrivacyView from "~/views/privacy";
export default function Privacy() {
return <PrivacyView />;
}