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

@@ -1,5 +1,5 @@
import { App, MarkdownRenderer, Modal } from "obsidian";
import ExcalidrawPlugin from "./Main";
import ExcalidrawPlugin from "./main";
import { FIRST_RUN, RELEASE_NOTES } from "./Messages";
export class ReleaseNotes extends Modal {