mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
5bf08faeea
* refactor: rename qrcode to qr-code * test: patch test case * chore: fix Form missing displayName * chore: patch displayName * chore: style path * chore: fix compile
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
// 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;
|