mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
renamed main.js (back to lowercase)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user