ignore: remove dead import

This commit is contained in:
Reto Brunner 2024-04-14 14:12:23 +02:00
parent b8400a3a46
commit 917fdb2a0a

View file

@ -1,7 +1,6 @@
import Msg from "../../models/msg";
import Helper from "../../helper";
import {PluginInputHandler} from "./index";
import {IgnoreListItem} from "../../models/network";
import {MessageType} from "../../../shared/types/msg";
const commands = ["ignore", "unignore"];