aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-09-18 00:56:59 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-09-20 05:31:10 +0800
commitd0d0103bb52cbc032a3b3ea2a2ff5edbf67b0d19 (patch)
treedb5d0296800d1844215c006b8c937d95c1c683b7 /ui/app/components/index.scss
parent44d4b5b5db021646ca26026d91ab2ef39153af37 (diff)
downloadtangerine-wallet-browser-d0d0103bb52cbc032a3b3ea2a2ff5edbf67b0d19.tar.gz
tangerine-wallet-browser-d0d0103bb52cbc032a3b3ea2a2ff5edbf67b0d19.tar.zst
tangerine-wallet-browser-d0d0103bb52cbc032a3b3ea2a2ff5edbf67b0d19.zip
Add Modal component
Diffstat (limited to 'ui/app/components/index.scss')
-rw-r--r--ui/app/components/index.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/index.scss b/ui/app/components/index.scss
index e252bf07d..21b65bf55 100644
--- a/ui/app/components/index.scss
+++ b/ui/app/components/index.scss
@@ -14,6 +14,8 @@
@import './menu-bar/index';
+@import './modal/index';
+
@import './modals/index';
@import './network-display/index';