🔧 Cleaned up folder structure

This commit is contained in:
2023-09-11 11:08:33 -04:00
parent 9fe69d21db
commit 8c4027f383
29 changed files with 34 additions and 531 deletions

View File

@@ -6,7 +6,7 @@ import { useSelector, useDispatch } from "react-redux";
import { comicinfoAPICall } from "../actions/comicinfo.actions";
import { search } from "../services/api/SearchApi";
import { Form, Field } from "react-final-form";
import Card from "./Carda";
import Card from "./shared/Carda";
import ellipsize from "ellipsize";
import { convert } from "html-to-text";
import dayjs from "dayjs";