UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

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