aboutsummaryrefslogtreecommitdiff
path: root/client/src/Component.hs
diff options
context:
space:
mode:
authorJoris2019-10-22 22:26:38 +0200
committerJoris2019-10-22 22:26:38 +0200
commit613ffccac4b3ab25c6d4c631fab757da0b35acf6 (patch)
tree13e448af89f4079bb62d7ce8b5a44b6a64515129 /client/src/Component.hs
parent80f09e8b3a5c856e60922a73c9161a8c5392e4d4 (diff)
downloadbudget-613ffccac4b3ab25c6d4c631fab757da0b35acf6.tar.gz
budget-613ffccac4b3ab25c6d4c631fab757da0b35acf6.tar.bz2
budget-613ffccac4b3ab25c6d4c631fab757da0b35acf6.zip
Harmonize view component code style
Diffstat (limited to 'client/src/Component.hs')
-rw-r--r--client/src/Component.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/Component.hs b/client/src/Component.hs
deleted file mode 100644
index fa4e4ea..0000000
--- a/client/src/Component.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-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.ModalForm as X
-import Component.Pages as X
-import Component.Select as X
-import Component.Table as X