aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/Contact.js
diff options
context:
space:
mode:
authorJeff <jeffkleinaitis@gmail.com>2024-04-09 15:02:44 -0400
committerJeff <jeffkleinaitis@gmail.com>2024-04-09 15:02:44 -0400
commit7c2574f1985cddba1e6fa6fcc6f8e1c019aaf7ed (patch)
tree34b1f3e90dd6a7d83cb7c3c9b71b34a138194548 /src/pages/Contact.js
parent1425783fe7f22efcdcc320de6d3ba49a83a44f3c (diff)
refactor: Removed NextJS from project
Diffstat (limited to 'src/pages/Contact.js')
-rw-r--r--src/pages/Contact.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/Contact.js b/src/pages/Contact.js
new file mode 100644
index 0000000..e174b9a
--- /dev/null
+++ b/src/pages/Contact.js
@@ -0,0 +1,3 @@
+export default function ContactUs() {
+ return <h1>dont contact us pls</h1>
+} \ No newline at end of file