Skip to content

Commit

Permalink
Build error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LostPaul committed Mar 19, 2024
1 parent e59f334 commit 065000d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "folder-notes",
"name": "Folder notes",
"version": "1.7.19",
"version": "1.7.20",
"minAppVersion": "0.15.0",
"description": "Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.",
"author": "Lost Paul",
Expand Down
1 change: 1 addition & 0 deletions src/ExcludeFolders/functions/whitelistPatternFunctions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {}
// import FolderNotesPlugin from '../../main';
// import { ExcludePattern } from '../ExcludePattern';
// import { Setting } from 'obsidian';
Expand Down
1 change: 1 addition & 0 deletions src/ExcludeFolders/modals/WhitelistFolderSettings.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {}
// import { App, Modal, Setting } from 'obsidian';
// import FolderNotesPlugin from '../../main';
// import { ExcludedFolder } from 'src/ExcludeFolders/ExcludeFolder';
Expand Down
1 change: 1 addition & 0 deletions src/ExcludeFolders/modals/WhitelistModal.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export {}
// import { App, ButtonComponent, Modal, Setting, TFolder, Notice } from 'obsidian';
// import { SettingsTab } from 'src/settings/SettingsTab';
// import FolderNotesPlugin from '../../main';
Expand Down

0 comments on commit 065000d

Please sign in to comment.