Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Nov 4, 2024
1 parent 83a4fba commit d87dfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/pages/orders/OrdersComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getOrders, } from '../../../redux/actions/ordersActions'

import "./OrdersComponent.scss"

export default function HomeComponent() {
export default function OrdersComponent() {
const navigate = useNavigate()
const dispatch = useDispatch()
const state = useSelector(state => ({
Expand Down

0 comments on commit d87dfbd

Please sign in to comment.