aboutsummaryrefslogtreecommitdiffstats
path: root/pages/privacy-policy.js
diff options
context:
space:
mode:
authorJeff <jeffkleinaitis@gmail.com>2024-04-09 15:09:29 -0400
committerJeff <jeffkleinaitis@gmail.com>2024-04-09 15:09:29 -0400
commit2374eae054935dd49adf3f0e29e8bea0876288f4 (patch)
tree82cb8cff09b822117b26cc512763c32eeaa75a39 /pages/privacy-policy.js
parent7c2574f1985cddba1e6fa6fcc6f8e1c019aaf7ed (diff)
parentccf52d88eb60f518cc3e5bb3ce2b21bbb6858337 (diff)
Resolve merge conflicts
Diffstat (limited to 'pages/privacy-policy.js')
-rw-r--r--pages/privacy-policy.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/privacy-policy.js b/pages/privacy-policy.js
new file mode 100644
index 0000000..27333d1
--- /dev/null
+++ b/pages/privacy-policy.js
@@ -0,0 +1,3 @@
+export default function PrivacyPolicy() {
+ return <h1>so private</h1>
+} \ No newline at end of file