UNPKG

create-bar-project

Version:

This module helps create a base for web application projects.

8 lines (7 loc) 250 B
export const ROUTES = { HOME: { path: '/', name: 'Homepage' }, FORM: { path: '/form/', name: 'Form' }, TABLE: { path: '/table/', name: 'Table' }, CHARTS: { path: '/charts/', name: 'Charts' }, THEME: { path: '/theme/', name: 'Theme' }, };