mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 05:45:04 +00:00
chore: remove unused script
This commit is contained in:
parent
865ff06728
commit
3fb95380be
2 changed files with 0 additions and 4 deletions
|
|
@ -192,7 +192,6 @@ note-status/
|
|||
│ │ ├── status-service.ts # Status management logic
|
||||
│ │ └── style-service.ts # Dynamic styling service
|
||||
│ ├── utils/ # Utility functions
|
||||
│ │ ├── dom-utils.ts # DOM helpers
|
||||
│ │ └── file-utils.ts # File-related helpers
|
||||
│ └── settings/ # Settings UI
|
||||
│ └── settings-tab.ts # Settings tab definition
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
/**
|
||||
* Utility functions for DOM manipulation
|
||||
*/
|
||||
Loading…
Reference in a new issue