bitsofchris_openaugi-obsidi.../main.ts

5 lines
198 B
TypeScript
Raw Normal View History

2025-04-16 15:33:35 +00:00
// This file re-exports the plugin from the src directory
// This is required for compatibility with Obsidian's plugin system
2025-04-15 20:26:35 +00:00
2025-04-16 15:33:35 +00:00
import OpenAugiPlugin from './src/main';
export default OpenAugiPlugin;