4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
// Re-export all components from the new location
|
|
// This file is for backward compatibility only
|
|
export * from '../proxies/network-proxy/index.js';
|