1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix crash

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-06 18:01:39 -05:00
parent 2217b681e9
commit dcd82ad53c

View File

@ -3,7 +3,7 @@
* Licensed under MIT License. See LICENSE in root directory for more information. * Licensed under MIT License. See LICENSE in root directory for more information.
*/ */
import { getInjectable } from "@ogre-tools/injectable"; import { getInjectable } from "@ogre-tools/injectable";
import moment from "moment"; import moment from "moment-timezone";
const currentTimezoneInjectable = getInjectable({ const currentTimezoneInjectable = getInjectable({
id: "current-timezone", id: "current-timezone",