aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/profile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/profile.js b/pages/profile.js
new file mode 100644
index 0000000..c1cc195
--- /dev/null
+++ b/pages/profile.js
@@ -0,0 +1,3 @@
+export default function Profile() {
+ return <h1>we made it!!!</h1>
+} \ No newline at end of file