UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

4 lines (3 loc) 192 B
// We do this so we can import './components/not-found' rather than './components/not-found/not-found' without having to // name everything "index.js" export { default } from './not-found.js'