aboutsummaryrefslogtreecommitdiff
path: root/client/src/Component.hs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Component.hs')
-rw-r--r--client/src/Component.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/Component.hs b/client/src/Component.hs
new file mode 100644
index 0000000..4c9541b
--- /dev/null
+++ b/client/src/Component.hs
@@ -0,0 +1,4 @@
+module Component (module X) where
+
+import Component.Button as X
+import Component.Input as X