aboutsummaryrefslogtreecommitdiffstats
path: root/pages/contact-us.js
diff options
context:
space:
mode:
authorJeff Kleinaitis <jeffkleinaitis@gmail.com>2024-04-09 11:46:56 -0700
committerGitHub <noreply@github.com>2024-04-09 11:46:56 -0700
commitccf52d88eb60f518cc3e5bb3ce2b21bbb6858337 (patch)
treed7ffa68983c80cfbf573840d8398916c8bb9c1d2 /pages/contact-us.js
parent9df0e1b528cc369ad99e2c46c6eba5e12a3f524f (diff)
parent102324996e227e1e9bf70a1641afb7b438d56276 (diff)
Merge pull request #19 from digadoo/develop
merging old commits into main before replacing with React only project
Diffstat (limited to 'pages/contact-us.js')
-rw-r--r--pages/contact-us.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/contact-us.js b/pages/contact-us.js
new file mode 100644
index 0000000..e174b9a
--- /dev/null
+++ b/pages/contact-us.js
@@ -0,0 +1,3 @@
+export default function ContactUs() {
+ return <h1>dont contact us pls</h1>
+} \ No newline at end of file