fix(portproxy): Fix incorrect import path in test file

This commit is contained in:
2025-02-24 09:53:39 +00:00
parent 38601a41bb
commit dc3d56771b
10 changed files with 223 additions and 6 deletions

View File

@ -1,3 +1,3 @@
export * from './smartproxy.classes.networkproxy.js';
export * from './smartproxy.portproxy.js';
export * from './smartproxy.classes.sslredirect.js';
export * from './classes.networkproxy.js';
export * from './classes.portproxy.js';
export * from './classes.sslredirect.js';