chore: Casing of logger -> Logger as it's an instantiated class

This commit is contained in:
Tom Moor
2022-05-21 13:59:23 +01:00
parent 6c8b127ff9
commit bf0ff6c823
43 changed files with 44 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ import { EmbedDescriptor, EventType } from "@shared/editor/types";
import EventEmitter from "@shared/utils/events";
import Flex from "~/components/Flex";
import { Dictionary } from "~/hooks/useDictionary";
import Logger from "~/utils/logger";
import Logger from "~/utils/Logger";
import BlockMenu from "./components/BlockMenu";
import ComponentView from "./components/ComponentView";
import EditorContext from "./components/EditorContext";