Removed old import

This commit is contained in:
Eduard Urbach 2018-07-06 01:52:58 +09:00
parent 20ebafe83a
commit c11745306b

View File

@ -1,6 +1,5 @@
import AnimeNotifier from "../AnimeNotifier"
import { findAll } from "scripts/Utils";
import toggleBoolString from "../Utils/toggleBoolString";
import { findAll } from "scripts/Utils"
// Filter anime on explore page
export function filterAnime(arn: AnimeNotifier, input: HTMLInputElement) {