diff options
author | Joris | 2019-10-20 09:51:52 +0200 |
---|---|---|
committer | Joris | 2019-10-20 09:51:52 +0200 |
commit | 6e9e34e92a244ab6c38d135d46f9f5bb01391906 (patch) | |
tree | 18474c001278f70d401b705169730a32848af83c /client/client.cabal | |
parent | 0b40b6b5583b5c437f83e61bf8913f2b4c447b24 (diff) |
Move income header and income table views into separate components
Diffstat (limited to 'client/client.cabal')
-rw-r--r-- | client/client.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.cabal b/client/client.cabal index 8c25da7..06e77e0 100644 --- a/client/client.cabal +++ b/client/client.cabal @@ -65,7 +65,9 @@ Executable client Util.WaitFor View.App View.Header + View.Income.Header View.Income.Income + View.Income.Table View.NotFound View.Payment.Add View.Payment.Clone |