fix:#71 fixed formatting and import for moment

This commit is contained in:
masterElmar
2023-11-17 20:49:25 +01:00
parent 0ac7264bdb
commit 4341654470
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
import {inject} from "vue";
import {Module} from "../model/module.ts";
import {Event} from "../model/event.ts";
import * as moment from 'moment-timezone';
import moment from "moment-timezone";
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const dialogRef = inject("dialogRef") as any;