⌨️ 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,8 +1,5 @@
import * as React from "react";
import {
IComicVineSearchMatch,
IFolderData,
} from "../shared/interfaces/comicinfo.interfaces";
import { IComicVineSearchMatch, IFolderData } from "threetwo-ui-typings";
import _ from "lodash";
import { autoMatcher } from "../shared/utils/query.transformer";