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)