01
Find it
Search every file by name, or deep across all contents. Instantly.
Search
routeresc
Commands1
Go to Symbol: createRouter/symbolOpen tabs1
router.tssrcActive doc - content3
L5import { createRouter } from './router';index.tsL5import { createRouter } from './router';index.tsL43 const router = createRouter(this.root);index.tsOpen tabs content1
L1export function createRouter(root: HTMLElement) {router.tsWorkspace content3
L12 const router = createRouter(document.body);app.tsL13 router.start();app.tsL7 // routes are resolved by the router, not the storestore.ts