✏️ Updated README to reflect new service names

This commit is contained in:
2022-01-24 13:22:39 -08:00
parent 30733dc62d
commit 8e5ff81d5f
2 changed files with 3 additions and 9 deletions

View File

@@ -1,10 +1,4 @@
import React, {
useState,
useEffect,
useCallback,
ReactElement,
useContext,
} from "react";
import React, { useState, useEffect, ReactElement, useContext } from "react";
import { useDispatch, useSelector } from "react-redux";
import { useParams } from "react-router-dom";
import Card from "./Carda";