add privacy page

This commit is contained in:
smanylov
2025-12-12 11:43:28 +07:00
parent b5b66695df
commit 140fa78062
7 changed files with 314 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function Page() {
return (
<div>
terms of use
</div>
)
}