diff options
Diffstat (limited to 'ui/app/components/info-box/index.js')
-rw-r--r-- | ui/app/components/info-box/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/info-box/index.js b/ui/app/components/info-box/index.js new file mode 100644 index 000000000..6110422ed --- /dev/null +++ b/ui/app/components/info-box/index.js @@ -0,0 +1,2 @@ +import InfoBox from './info-box.component' +module.exports = InfoBox |