Update import path for sigproRouter

This commit is contained in:
Natxo
2026-03-15 23:53:38 +01:00
committed by GitHub
parent 6a60faa0d2
commit cdb8ed2226

View File

@@ -5,7 +5,7 @@ export * from './sigpro.js';
// 2. Import and re-export the Vite Router Plugin // 2. Import and re-export the Vite Router Plugin
// This allows users to import { sigproRouter } directly from the package // This allows users to import { sigproRouter } directly from the package
import sigproRouter from './SigProRouterPlugin/vite-plugin.sigpro.js'; import sigproRouter from './vite-plugin.sigpro.js';
export { sigproRouter }; export { sigproRouter };
// 3. Default export for the global namespace (optional) // 3. Default export for the global namespace (optional)