MCPcopy Create free account
hub / github.com/basir/node-react-ecommerce / OrdersScreen.js

File OrdersScreen.js

frontend/src/screens/OrdersScreen.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useEffect, useState } from 'react';
2import { Link } from 'react-router-dom';
3import { useSelector, useDispatch } from 'react-redux';
4import { listOrders, deleteOrder } from '../actions/orderActions';

Callers

nothing calls this directly

Calls 1

listOrdersFunction · 0.90

Tested by

no test coverage detected