summaryrefslogtreecommitdiff
path: root/src/routes/products/products.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/products/products.tsx')
-rw-r--r--src/routes/products/products.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/products/products.tsx b/src/routes/products/products.tsx
index ea06c15..27192d3 100644
--- a/src/routes/products/products.tsx
+++ b/src/routes/products/products.tsx
@@ -1,4 +1,4 @@
-import { Link, useLoaderData } from "react-router-dom";
+import { useLoaderData } from "react-router-dom";
import ProductListing from "../../components/product_listing";
import SearchBar from "../../components/search_bar";
import MainContentLayout from "../../components/main_content_layout";