71 dockerfile update (#75)

* 🐳 Fixes to the Dockerfile

* 🚢 Updated port number for UI

*  Removed the param serialization from axios calls
This commit was merged in pull request #75.
This commit is contained in:
2023-05-15 16:13:40 -04:00
committed by GitHub
parent 4b795aca5d
commit 94692bb6d4
3 changed files with 2 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import React, { useMemo, useCallback, ReactElement } from "react";
import React, { useCallback, ReactElement } from "react";
import { isNil, isEmpty } from "lodash";
import { IExtractedComicBookCoverFile, RootState } from "threetwo-ui-typings";
import { importToDB } from "../actions/fileops.actions";