Update main.ts

This commit is contained in:
Lost Paul 2023-04-04 23:40:53 +02:00
parent 7199679437
commit 197b17962e

View file

@ -5,7 +5,6 @@ import { applyTemplate } from './template';
import { Commands } from './commands';
import DeleteConfirmationModal from './modals/deleteConfirmation';
import { FileExplorerWorkspaceLeaf } from './globals';
import { ExcludedFolder } from './settings';
export default class FolderNotesPlugin extends Plugin {
observer: MutationObserver;