Began QR code function. Continue it tomorrow...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const ProductQuickView = () => {
|
||||
const product = window.location.search.split("uuid=")[1];
|
||||
|
||||
return (
|
||||
<>
|
||||
<p>View</p>
|
||||
</>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user