From 8d6ccf8356ca7e17b5575b78654c4a7b98c38f46 Mon Sep 17 00:00:00 2001 From: victor-meng <56978073+victor-meng@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:59:39 -0700 Subject: [PATCH] import ComponentRegisterer in Explorer (#935) --- src/Explorer/Explorer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Explorer.tsx b/src/Explorer/Explorer.tsx index cd9fe0800..3af74d473 100644 --- a/src/Explorer/Explorer.tsx +++ b/src/Explorer/Explorer.tsx @@ -35,6 +35,7 @@ import { isCapabilityEnabled } from "../Utils/CapabilityUtils"; import { fromContentUri, toRawContentUri } from "../Utils/GitHubUtils"; import * as NotificationConsoleUtils from "../Utils/NotificationConsoleUtils"; import { logConsoleError, logConsoleInfo, logConsoleProgress } from "../Utils/NotificationConsoleUtils"; +import "./ComponentRegisterer"; import { DialogProps, TextFieldProps, useDialog } from "./Controls/Dialog"; import { GalleryTab as GalleryTabKind } from "./Controls/NotebookGallery/GalleryViewerComponent"; import { useCommandBar } from "./Menus/CommandBar/CommandBarComponentAdapter";