✏️ Updated README to reflect new service names
This commit is contained in:
@@ -45,8 +45,8 @@ Then:
|
|||||||
### Ports
|
### Ports
|
||||||
|
|
||||||
1. `threetwo`, the UI runs on port `8050`
|
1. `threetwo`, the UI runs on port `8050`
|
||||||
2. `import` service on `3000`
|
2. `threetwo-core-service` service on `3000`
|
||||||
3. `comicvine` service on `3080`
|
3. `threetwo-metadata-service` service on `3080`
|
||||||
|
|
||||||
## Local Development
|
## Local Development
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
import React, {
|
import React, { useState, useEffect, ReactElement, useContext } from "react";
|
||||||
useState,
|
|
||||||
useEffect,
|
|
||||||
useCallback,
|
|
||||||
ReactElement,
|
|
||||||
useContext,
|
|
||||||
} from "react";
|
|
||||||
import { useDispatch, useSelector } from "react-redux";
|
import { useDispatch, useSelector } from "react-redux";
|
||||||
import { useParams } from "react-router-dom";
|
import { useParams } from "react-router-dom";
|
||||||
import Card from "./Carda";
|
import Card from "./Carda";
|
||||||
|
|||||||
Reference in New Issue
Block a user