Remove Anime support

This commit is contained in:
Aria Moradi
2021-10-18 14:32:57 +03:30
parent 1efd899188
commit 1ed001a8d8
17 changed files with 3 additions and 1445 deletions

View File

@@ -29,7 +29,6 @@ const useStyles = makeStyles(() => createStyles({
}));
function removeAll(firstList: any[], secondList: any[]) {
console.log(secondList);
secondList.forEach((item) => {
const index = firstList.indexOf(item);
if (index !== -1) {