3x-ui/frontend/src/pages/inbounds/qr/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
104 B
TypeScript

export { default as QrPanel } from './QrPanel';
export { default as QrCodeModal } from './QrCodeModal';