module Model.Route ( Route(..) ) where data Route = RootRoute | IncomeRoute | CategoryRoute | StatisticsRoute | NotFoundRoute deriving (Eq, Show)