From cdb8ed222669e5aa5299f6c9dd614835b4df62f1 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:53:38 +0100 Subject: [PATCH] Update import path for sigproRouter --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 157939c..e4aa12c 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ export * from './sigpro.js'; // 2. Import and re-export the Vite Router Plugin // 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 }; // 3. Default export for the global namespace (optional)