3x-ui/frontend/src/pages/xray/outbounds/index.ts
MHSanaei 06d0ae947d
refactor(frontend): reorganize components & pages into feature folders
No behavior change; pure file relocation + import path updates.
2026-05-30 14:59:56 +02:00

2 lines
126 B
TypeScript

export { default as OutboundsTab } from './OutboundsTab';
export { default as OutboundFormModal } from './OutboundFormModal';