diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-02-12 11:59:17 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-02-12 11:59:17 +0000 |
| commit | 6ff22d37d29a0e92167c368f6d2a68a95e653b8e (patch) | |
| tree | 23aed290f052f323eec5acd622f05e4158a1c768 /src/ui/index.js | |
| parent | remove JS proxy (diff) | |
| download | fedidag-6ff22d37d29a0e92167c368f6d2a68a95e653b8e.tar.gz fedidag-6ff22d37d29a0e92167c368f6d2a68a95e653b8e.zip | |
selection bar, permalinks, avatar links
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, }; |
