⌨️ Moved types to an npm module

This commit is contained in:
2021-06-15 21:46:13 -07:00
parent 22a5a84762
commit b801ce7eb3
13 changed files with 51 additions and 146 deletions

View File

@@ -1,5 +1,5 @@
import * as React from "react";
import { IExtractedComicBookCoverFile } from "../../server/interfaces/folder.interface";
import { IExtractedComicBookCoverFile } from "threetwo-ui-typings";
import { removeLeadingPeriod } from "../shared/utils/formatting.utils";
import { isUndefined, isEmpty } from "lodash";
import { Link } from "react-router-dom";