diff --git a/frontend/src/app/dashboard/page.tsx b/frontend/src/app/dashboard/page.tsx index 9e0759b..75c8c36 100644 --- a/frontend/src/app/dashboard/page.tsx +++ b/frontend/src/app/dashboard/page.tsx @@ -15,7 +15,6 @@ import DatePicker from 'react-datepicker'; import 'react-datepicker/dist/react-datepicker.css'; import { getRegisteredProductsByManufacturer } from '@/services/apiService'; - type ProductDetails = { product_id: string; name: string; @@ -358,7 +357,7 @@ const Dashboard = ({ manufacturerId }: { manufacturerId: string }) => { ))} ) : ( -
No products found.
+
No products found.
)}