ant-design/components/qrcode/index.ts

6 lines
174 B
TypeScript
Raw Normal View History

// Legacy path. Please use `qr-code` instead.
// Keep file here in case developer import directly from the old path.
import QRCode from '../qr-code';
export default QRCode;