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

File ProductScreen.js

frontend/src/screens/ProductScreen.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 { detailsProduct, saveProductReview } from '../actions/productActions';

Callers

nothing calls this directly

Calls 1

detailsProductFunction · 0.90

Tested by

no test coverage detected