mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
Add plugin file
This commit is contained in:
parent
a60f2a8b5e
commit
f9d9e304d7
1 changed files with 6 additions and 0 deletions
6
src/FileTreeGenerator.ts
Normal file
6
src/FileTreeGenerator.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { Plugin } from "obsidian";
|
||||
|
||||
export default class FileTreeGenerator extends Plugin {
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue