From 116c35735c49f0c4b4a99d45cfdf8dbb6fea2349 Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Mon, 16 Mar 2026 23:10:23 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8203774..aa66047 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 './vite-plugin-sigpro.js'; +import sigproRouter from './sigpro-router-plugin.js'; export { sigproRouter }; // 3. Default export for the global namespace (optional)