diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 16:25:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:26:21 +0000 |
| commit | e065914a6fea70c25e117d8aaca466b59bcad5c6 (patch) | |
| tree | 9c003c80318427f4486691b84576233ad7742816 /src/ui/index.js | |
| parent | use @container:@id in defualt graph (diff) | |
| download | fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip | |
Menu, DiscDAG loading
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 fa831e2..f9ebf7f 100644 --- a/src/ui/index.js +++ b/src/ui/index.js @@ -1,8 +1,10 @@ import './theme'; import { Discussion } from './Discussion'; import { Selection } from './Selection'; +import { Menu } from './Menu'; export { Discussion, Selection, + Menu, }; |
