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