If you install tabelle as an NPM package, you have to import it like this: ```js import 'tabelle/dist/tabelle'; ``` We can shorten that to: ```js import 'tabelle'; ``` by setting the `main` attribute in the package.json to `dist/tabelle.js` 😄