Skip to content

Commit c077982

Browse files
remove unused imports
1 parent 6b99742 commit c077982

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { useState } from "react";
22
import "./App.css";
3-
import productsJSON from "./products.json";
3+
// import productsJSON from "./products.json";
44
import { LoadingCard } from "./components/LoadingCard";
55
import { ProductCard } from "./components/ProductCard";
66

0 commit comments

Comments
 (0)