UNPKG

@stilljs/core

Version:

![NPM Version](https://img.shields.io/npm/v/%40stilljs%2Fcore) ![NPM Downloads](https://img.shields.io/npm/d18m/%40stilljs%2Fcore) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hy/%40stilljs%2Fcore) ![YouTube Channel Views](https://img.shield

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: {} } }