UNPKG

zland-core

Version:
21 lines (13 loc) 346 B
<!-- Start filetemplates/Routes.jsx --> # (Routes.jsx)[Routes.jsx] Routes constructed here use .zland config add this to your .zland json config to create a route for your project Example: ```json "routes": [ { "path": "intro", "handler": "components/IntroductionWindow" } ] ``` <!-- End filetemplates/Routes.jsx -->