This commit is contained in:
Infinite
2020-02-13 19:57:25 +01:00
parent 8fe6eb0d77
commit 750759e4bf
20 changed files with 120 additions and 100 deletions

View File

@@ -10,7 +10,7 @@ import { useToast } from "src/hooks";
import { Pagination } from "src/components/List/Pagination";
import { IParserInput, ParserInput } from "./ParserInput";
import { ParserField } from "./ParserField";
import { SceneParserResult, SceneParserRow } from './SceneParserRow';
import { SceneParserResult, SceneParserRow } from "./SceneParserRow";
const initialParserInput = {
pattern: "{title}.{ext}",