aboutsummaryrefslogblamecommitdiffstats
path: root/config.es
blob: 897305af852be680614047c94fb1c40f9c21f13b (plain) (tree)
1
2
3
4
5




                                
import {Hesla} from "./hesla";

require([], () => {
    var thisHesla = new Hesla();
});