renamed main.js (back to lowercase)

This commit is contained in:
Zsolt Viczian
2022-02-28 19:05:55 +01:00
parent b944b348fc
commit 857f41ad07
20 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ import {
import { fileURLToPath } from "url";
import { PLUGIN_ID, VIEW_TYPE_EXCALIDRAW } from "./Constants";
import ExcalidrawView from "./ExcalidrawView";
import ExcalidrawPlugin from "./Main";
import ExcalidrawPlugin from "./main";
import { GenericInputPrompt, GenericSuggester } from "./Prompt";
import { getIMGFilename, splitFolderAndFilename } from "./Utils";