diff options
author | Joris | 2019-10-19 09:36:03 +0200 |
---|---|---|
committer | Joris | 2019-10-19 09:36:03 +0200 |
commit | 0b40b6b5583b5c437f83e61bf8913f2b4c447b24 (patch) | |
tree | 02741a073e24444a711b61d8697429f159b5ebfd /client/src/Component.hs | |
parent | 284214d3af39143fdbeca57ffa4864389e7d517a (diff) |
Include pages into table component
Diffstat (limited to 'client/src/Component.hs')
-rw-r--r-- | client/src/Component.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/Component.hs b/client/src/Component.hs index 97c250e..4c51750 100644 --- a/client/src/Component.hs +++ b/client/src/Component.hs @@ -5,5 +5,6 @@ import Component.Form as X import Component.Input as X import Component.Link as X import Component.Modal as X +import Component.Pages as X import Component.Select as X import Component.Table as X |