diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-02-05 20:02:29 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2021-02-05 20:02:29 +0000 |
| commit | c09cd48c9ade0095b63d26bf1db1288688d8612b (patch) | |
| tree | db9444598b0036ecc8f6945bff163ad575df2bfb /src/ui/index.js | |
| parent | reimplement collapsing (diff) | |
| download | fedidag-c09cd48c9ade0095b63d26bf1db1288688d8612b.tar.gz fedidag-c09cd48c9ade0095b63d26bf1db1288688d8612b.zip | |
factor out Discussion component
Diffstat (limited to 'src/ui/index.js')
| -rw-r--r-- | src/ui/index.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ui/index.js b/src/ui/index.js index 3224b71..38b5b1b 100644 --- a/src/ui/index.js +++ b/src/ui/index.js @@ -1,10 +1,6 @@ import './theme'; -import { Links } from './Links'; -import { Note } from './Note'; -import css from './css'; +import { Discussion } from './Discussion'; export { - Links, - Note, - css, + Discussion, }; |
