aboutsummaryrefslogtreecommitdiff
path: root/client/src/Model/Route.hs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/Model/Route.hs')
-rw-r--r--client/src/Model/Route.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/Model/Route.hs b/client/src/Model/Route.hs
index 63e5d10..f92e9be 100644
--- a/client/src/Model/Route.hs
+++ b/client/src/Model/Route.hs
@@ -6,5 +6,6 @@ data Route
= RootRoute
| IncomeRoute
| CategoryRoute
+ | StatisticsRoute
| NotFoundRoute
deriving (Eq, Show)