mirror of
https://github.com/adiguno/hello-nemesis.git
synced 2026-07-22 05:37:31 +00:00
remove comment in main.ts
This commit is contained in:
parent
4f3364837e
commit
e0a0a05523
1 changed files with 0 additions and 5 deletions
5
main.ts
5
main.ts
|
|
@ -9,11 +9,6 @@ import {
|
|||
WorkspaceLeaf,
|
||||
} from "obsidian";
|
||||
|
||||
// Remember to rename these classes and interfaces!
|
||||
//
|
||||
// Custom views need to be registered when the plugin is enabled,
|
||||
// and cleaned up when the plugin is disabled:
|
||||
|
||||
interface PluginSettings {
|
||||
openAiKey: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue