1
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import QRCode from '../qr-code';
|
||||
export default QRCode;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
"use client";
|
||||
|
||||
// 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;
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from '../qr-code/interface';
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
// Legacy path. Please use `qr-code` instead.
|
||||
// Keep file here in case developer import directly from the old path.
|
||||
export * from '../qr-code/interface';
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from '../../qr-code/style';
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
// Legacy path. Please use `qr-code` instead.
|
||||
// Keep file here in case developer import directly from the old path.
|
||||
export * from '../../qr-code/style';
|
||||
Reference in New Issue
Block a user