kunalja_VariantEditor/main.ts
2025-06-06 22:03:15 -04:00

6 lines
204 B
TypeScript

// This file serves as the entry point for the Obsidian plugin
// It simply re-exports the main plugin class from the src directory
import VariantEditor from './src/main';
export default VariantEditor;