Add plugin file

This commit is contained in:
Unarray 2023-08-23 14:21:55 +02:00
parent a60f2a8b5e
commit f9d9e304d7

6
src/FileTreeGenerator.ts Normal file
View file

@ -0,0 +1,6 @@
import { Plugin } from "obsidian";
export default class FileTreeGenerator extends Plugin {
}