mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 05:46:42 +00:00
5 lines
No EOL
198 B
TypeScript
5 lines
No EOL
198 B
TypeScript
// This file re-exports the plugin from the src directory
|
|
// This is required for compatibility with Obsidian's plugin system
|
|
|
|
import OpenAugiPlugin from './src/main';
|
|
export default OpenAugiPlugin; |