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.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/Component.hs b/client/src/Component.hs
index 7b87a75..7e0b151 100644
--- a/client/src/Component.hs
+++ b/client/src/Component.hs
@@ -3,5 +3,6 @@ module Component (module X) where
import Component.Button as X
import Component.Form as X
import Component.Input as X
+import Component.Link as X
import Component.Modal as X
import Component.Select as X