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:
parent
2217b681e9
commit
dcd82ad53c
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user