2020-10-04 01:04:46 +02:00
|
|
|
//*
|
2020-08-31 02:59:47 +02:00
|
|
|
|
2020-10-05 20:42:54 +02:00
|
|
|
import opening_hours from "opening_hours";
|
2020-10-02 19:00:24 +02:00
|
|
|
|
2020-10-05 20:42:54 +02:00
|
|
|
const oh =new opening_hours("mo 09:00-17:00;Tu 09:00-17:00;We 09:00-17:00");
|
|
|
|
console.log(oh)
|
2020-10-04 01:04:46 +02:00
|
|
|
|
2020-10-02 19:00:24 +02:00
|
|
|
/*/
|
|
|
|
|
|
|
|
|
|
|
|
import {Utils} from "./Utils";
|
|
|
|
import {FixedUiElement} from "./UI/Base/FixedUiElement";
|
|
|
|
|
|
|
|
Utils.generateStats((stats) => {
|
|
|
|
new FixedUiElement(stats).AttachTo('maindiv')
|
|
|
|
})
|
|
|
|
//*/
|