From 829275f9276a8dfda8054d31804258744d78ede5 Mon Sep 17 00:00:00 2001 From: Alex Culliere Date: Fri, 5 Mar 2021 21:46:02 +0200 Subject: [PATCH] Import delay utility Signed-off-by: Alex Culliere --- src/renderer/bootstrap.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/bootstrap.tsx b/src/renderer/bootstrap.tsx index b4acabbba8..0a3ea570bd 100644 --- a/src/renderer/bootstrap.tsx +++ b/src/renderer/bootstrap.tsx @@ -8,6 +8,7 @@ import * as ReactRouterDom from "react-router-dom"; import { render, unmountComponentAtNode } from "react-dom"; import { clusterStore } from "../common/cluster-store"; import { userStore } from "../common/user-store"; +import { delay } from "../common/utils"; import { isMac, isDevelopment } from "../common/vars"; import { workspaceStore } from "../common/workspace-store"; import * as LensExtensions from "../extensions/extension-api";