Skip to content

Fixes #60:Added Routes class with all the route names defined and replaced all the hardcoded route names

Fixes #60

Created a Routes class in util folder. In the Routes class, every screen has its route name defined. Used that class instead of the hardcoded route name.

Merge request reports