aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/index.js
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2021-02-05 18:32:12 +0000
committers-ol <s-ol@users.noreply.github.com>2021-02-05 18:42:02 +0000
commit464174b7e5e4e5c389c896173e8c7ab21badda8a (patch)
tree0f88ffc3db86026f86cb2941e4a05bd8a2753903 /src/ui/index.js
parentlinks leave shadow (diff)
downloadfedidag-464174b7e5e4e5c389c896173e8c7ab21badda8a.tar.gz
fedidag-464174b7e5e4e5c389c896173e8c7ab21badda8a.zip
clean up UI code
Diffstat (limited to 'src/ui/index.js')
-rw-r--r--src/ui/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ui/index.js b/src/ui/index.js
new file mode 100644
index 0000000..3224b71
--- /dev/null
+++ b/src/ui/index.js
@@ -0,0 +1,10 @@
+import './theme';
+import { Links } from './Links';
+import { Note } from './Note';
+import css from './css';
+
+export {
+ Links,
+ Note,
+ css,
+};