From 6ff22d37d29a0e92167c368f6d2a68a95e653b8e Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 12 Feb 2021 12:59:17 +0100 Subject: selection bar, permalinks, avatar links --- src/ui/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/index.js') 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, }; -- cgit v1.2.3