🏗️ Changes to ComicDetail section

This commit is contained in:
2023-12-29 22:24:37 -05:00
parent 9db4bc239e
commit 4b2f905dc5
9 changed files with 96 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect, useContext, ReactElement, useState } from "react";
import { RootState } from "threetwo-ui-typings";
import { isArray, isEmpty, isNil, isUndefined, map } from "lodash";
import { isEmpty, map } from "lodash";
import prettyBytes from "pretty-bytes";
import dayjs from "dayjs";
import ellipsize from "ellipsize";