remove: unused variable.

This commit is contained in:
Darshan
2025-10-26 16:25:30 +05:30
parent ba2b50df27
commit dacdf390b6
@@ -36,7 +36,6 @@
let showFailed = $state(false);
let errors: string[] = $state([]);
let selected: string[] = $state([]);
const columns = writable<Column[]>([
{ id: '$id', title: 'Message ID', type: 'string', width: 200 },