aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/index.js
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2021-02-12 11:59:17 +0000
committers-ol <s-ol@users.noreply.github.com>2021-02-12 11:59:17 +0000
commit6ff22d37d29a0e92167c368f6d2a68a95e653b8e (patch)
tree23aed290f052f323eec5acd622f05e4158a1c768 /src/ui/index.js
parentremove JS proxy (diff)
downloadfedidag-6ff22d37d29a0e92167c368f6d2a68a95e653b8e.tar.gz
fedidag-6ff22d37d29a0e92167c368f6d2a68a95e653b8e.zip
selection bar, permalinks, avatar links
Diffstat (limited to 'src/ui/index.js')
-rw-r--r--src/ui/index.js2
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,
};