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/user' rather than './components/user/user' without having to name // everything "index.js" export { default } from './user.js'