diff options
Diffstat (limited to 'src/ui/index.js')
| -rw-r--r-- | src/ui/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/index.js b/src/ui/index.js index 38b5b1b..fa831e2 100644 --- a/src/ui/index.js +++ b/src/ui/index.js @@ -1,6 +1,8 @@ import './theme'; import { Discussion } from './Discussion'; +import { Selection } from './Selection'; export { Discussion, + Selection, }; |
