summaryrefslogtreecommitdiff
path: root/web-ui/app/js/account_recovery/page.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/js/account_recovery/page.js')
-rw-r--r--web-ui/app/js/account_recovery/page.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/web-ui/app/js/account_recovery/page.js b/web-ui/app/js/account_recovery/page.js
index e400dfae..c0d58e06 100644
--- a/web-ui/app/js/account_recovery/page.js
+++ b/web-ui/app/js/account_recovery/page.js
@@ -1,5 +1,10 @@
import React from 'react'
-const Page = () => <h1>Hello world</h1>;
+import 'scss/account_recovery/page.scss'
+
+const Page = () => (
+ <div>
+ </div>
+);
export default Page