Tch1b0 / dsbmobile.js

A Javascript package for the DSBmobile API
https://tch1b0.github.io/dsbmobile.js/
MIT License
5 stars 0 forks source link

Fix import paths #18

Closed Tch1b0 closed 2 years ago

Tch1b0 commented 2 years ago

To import for example the Entry class it isn't enough to write

import { Entry } from "dsbmobile"

but you need to write

import { Entry } from "dsbmobile/dist/timetable"

That shouldn't be like that.