UNPKG

field-guide

Version:

a fully-functional, static site implementation of a design system documentation site

13 lines (10 loc) 214 B
/* eslint-disable prettier/prettier */ import Router from '../router'; export function initialize() { Router.map(function() { this.route('show', { path: '*path' }); }); } export default { initialize };