Removed useless imports from ComicDetail

This commit is contained in:
2022-05-12 21:55:30 -07:00
parent 2b74aaa8f5
commit 8f79da2eab
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import React, { ReactElement, useEffect, useState } from "react";
import { isEmpty, isNil, isUndefined } from "lodash";
import { isEmpty, isNil } from "lodash";
export const TabControls = (props): ReactElement => {
const { comicBookDetailData, filteredTabIds, filteredTabs } = props;