feat: privacy policy
This commit is contained in:
5
apps/web/src/pages/privacy/index.tsx
Normal file
5
apps/web/src/pages/privacy/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import PrivacyView from "~/views/privacy";
|
||||
|
||||
export default function Privacy() {
|
||||
return <PrivacyView />;
|
||||
}
|
||||
Reference in New Issue
Block a user