UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

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