diff options
author | Joris | 2019-10-13 22:38:35 +0200 |
---|---|---|
committer | Joris | 2019-10-13 22:38:35 +0200 |
commit | 04c59f08f100ba6a0658d1f2b357f7d8b1e14218 (patch) | |
tree | 0cf226423411428e46b2fa6a66c0da00d77483be /client/src/Component.hs | |
parent | 6dfc1c166db387a60630eff980e330518601df5b (diff) |
Show income table
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 7e0b151..97c250e 100644 --- a/client/src/Component.hs +++ b/client/src/Component.hs @@ -6,3 +6,4 @@ import Component.Input as X import Component.Link as X import Component.Modal as X import Component.Select as X +import Component.Table as X |