remove comment in main.ts

This commit is contained in:
adiguno 2025-02-20 05:54:16 -05:00 committed by GitHub
parent 4f3364837e
commit e0a0a05523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}