Skip to content

Commit

Permalink
error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmadegreat committed Aug 24, 2024
1 parent 280455f commit 77d188d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import productimage from "/public/images/productimage.png";

import ProductCard from "../_components/productcadrcomponent";
import productimage from "../../../public/images/productimage.png";

const Home: React.FC = () => {
return (
Expand Down

0 comments on commit 77d188d

Please sign in to comment.