Split TagsFilter into multiple files

This commit is contained in:
Pieter Vander Vennet 2021-03-22 03:05:08 +01:00
parent 830f34b183
commit d8c1f72857
26 changed files with 541 additions and 518 deletions

View file

@ -1,4 +1,4 @@
import {TagsFilter} from "../../Logic/Tags";
import {TagsFilter} from "../../Logic/TagsFilter";
export default class SourceConfig {