Skip to content

Commit 33a578a

Browse files
committed
add privacy and terms
1 parent f4b0b79 commit 33a578a

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

client/app/privacy/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const Privacy = () => {
2+
return <div>Privacy</div>;
3+
};
4+
5+
export default Privacy;

client/app/terms/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const Terms = () => {
2+
return <div>Terms</div>;
3+
};
4+
5+
export default Terms;

0 commit comments

Comments
 (0)