Arquisoft / viade_en2b

Viade en2b
MIT License
6 stars 7 forks source link

Redundant code: Route and BasicRoute #190

Closed fernandossmm closed 4 years ago

fernandossmm commented 4 years ago

In the entities folder, there are two route objects: BasicRoute and Route. Only one is needed.

Recommended solution is deleting Route.js and then fixing import errors.