UNPKG

@stilljs/core

Version:

<div style="display:flex; justify-content: center"> <img src="@still/img/logo-no-bg.png" style="width: 5em;"/> </div>

20 lines (14 loc) 324 B
/** * Don't change the constante name as it'll impact on the component routing */ export const stillRoutesMap = { viewRoutes: { regular: { HomeComponent: { path: "app/home", url: "/HomeComponent" } }, lazyInitial: {} } }