fix(util-frontend): revert typescript conversion

This commit is contained in:
Bert Verhelst
2021-09-12 18:56:39 +02:00
parent a170694a83
commit 471333ad03
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import * as dayjs from "dayjs";
import * as timezone from "dayjs/plugin/timezone";
import * as utc from "dayjs/plugin/utc";
import dayjs from "dayjs";
import timezone from "dayjs/plugin/timezone";
import utc from "dayjs/plugin/utc";
import timezones from "timezones-list";
dayjs.extend(utc)