Add routes folder

This commit is contained in:
rijkvanzanten
2020-02-05 15:45:39 -05:00
parent 16f1413082
commit 7603121ab5

7
src/routes/readme.md Normal file
View File

@@ -0,0 +1,7 @@
# Routes
The Vue components that render out the individual routes defined in [`router.ts`](../router.ts).
## Modules
The module route and corresponding router component is a special case, as it dynamically renders the module based on the route path.