mirror of
https://github.com/kunalja/VariantEditor.git
synced 2026-07-22 13:00:32 +00:00
6 lines
204 B
TypeScript
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;
|