🔧 Abstracted filename-parser into its own npm package

This commit is contained in:
2022-01-31 08:36:29 -08:00
parent 27bd383f00
commit 3cedb9238b
5 changed files with 272 additions and 486 deletions

View File

@@ -3,7 +3,7 @@ import React, { ReactElement, useCallback } from "react";
import { useSelector, useDispatch } from "react-redux";
import Select, { components } from "react-select";
import { fetchComicVineMatches } from "../../../actions/fileops.actions";
import { refineQuery } from "../../../shared/utils/filenameparser.utils";
import { refineQuery } from "filename-parser";
export const Menu = (props): ReactElement => {
const { data } = props;