summaryrefslogtreecommitdiff
path: root/web-ui/app/js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-02 17:35:49 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-03 14:14:29 -0200
commit05336b1912dd81be6a37df47cac7ce0c046e2401 (patch)
treebbbad8d8abbab80c8f8218441796674b17094579 /web-ui/app/js
parent84c5fc7871206c74bb50df2f618992b0d57ca397 (diff)
[#922] Adds css to account recovery
with @tayanefernandes
Diffstat (limited to 'web-ui/app/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