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/client.cabal | |
parent | 6dfc1c166db387a60630eff980e330518601df5b (diff) |
Show income table
Diffstat (limited to 'client/client.cabal')
-rw-r--r-- | client/client.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/client.cabal b/client/client.cabal index 55ba5e1..f8fe1e1 100644 --- a/client/client.cabal +++ b/client/client.cabal @@ -50,6 +50,7 @@ Executable client Component.Input Component.Link Component.Modal + Component.Table Component.Select Icon Util.Ajax @@ -62,8 +63,8 @@ Executable client Util.WaitFor View.App View.Header + View.Income.Income View.NotFound - View.Payment View.Payment.Add View.Payment.Clone View.Payment.Delete @@ -71,5 +72,6 @@ Executable client View.Payment.Form View.Payment.Header View.Payment.Pages + View.Payment.Payment View.Payment.Table View.SignIn |