diff --git a/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx b/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx index 9ae59833a..e7425db99 100644 --- a/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx +++ b/client/src/components/dashboard-components/scheduled-delivery-today/scheduled-delivery-today.component.jsx @@ -1,6 +1,5 @@ import { BranchesOutlined, ExclamationCircleFilled, PauseCircleOutlined } from "@ant-design/icons"; -import { Card, Space, Switch, Tooltip, Typography } from "antd"; -import ResponsiveTable from "../../responsive-table/responsive-table.component"; +import { Card, Space, Switch, Table, Tooltip, Typography } from "antd"; import { useState } from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; @@ -360,11 +359,11 @@ export default function DashboardScheduledDeliveryToday({ data, ...cardProps }) {...cardProps} >