summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend/pages/me.js
diff options
context:
space:
mode:
authorRandy Ridge <randyridge@gmail.com>2018-09-14 20:01:25 -0400
committerGitHub <noreply@github.com>2018-09-14 20:01:25 -0400
commit908180c77cd38011eeedcae949613da2a3391e5e (patch)
treeb59bf1aae819a04d453cde72f6e601f5561a740f /finished-application/frontend/pages/me.js
parent1f6667d233a4a2e9df977204d83a8f749c050c75 (diff)
parentb3bebda57ba187b7fa10398054b54c05d3fd3555 (diff)
Merge branch 'master' into randyridge/our
Diffstat (limited to 'finished-application/frontend/pages/me.js')
-rw-r--r--finished-application/frontend/pages/me.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/finished-application/frontend/pages/me.js b/finished-application/frontend/pages/me.js
deleted file mode 100644
index b0c2c25..0000000
--- a/finished-application/frontend/pages/me.js
+++ /dev/null
@@ -1,13 +0,0 @@
-import EditUser from '../components/EditUser';
-import PleaseSignIn from '../components/PleaseSignIn';
-
-const MyAccount = () => (
- <>
- <h2>My Account</h2>
- <PleaseSignIn>
- <EditUser />
- </PleaseSignIn>
- </>
-);
-
-export default MyAccount;