Remove unused variables

This commit is contained in:
Simon Ser 2024-09-28 21:43:23 +02:00
parent 6747c03a75
commit 6693cc0c78
10 changed files with 6 additions and 18 deletions

View file

@ -1,6 +1,6 @@
import * as irc from "../lib/irc.js";
import { strip as stripANSI } from "../lib/ansi.js";
import { html, Component } from "../lib/index.js";
import { html } from "../lib/index.js";
import { BufferType, Unread, ServerStatus, getBufferURL, getServerName } from "../state.js";
function BufferItem(props) {