How could I separate my routes in different files?
-
Hi all. I am developing an application with too many modules and my routes file is growing. I would like to separate my routes in different files to be imported from the routes file.
Does anyone have an idea of how I could do this?
-
@alberto-arenas you answered your own question “import” your separate route files to your main route file.