chore: lint

This commit is contained in:
Marc Emmanuel 2026-01-27 22:46:43 +01:00
parent 3cbd56660b
commit 76a68f0c4d

View file

@ -40,7 +40,7 @@ declare global {
icons: string[][]; icons: string[][];
cost: number[]; cost: number[];
}; };
var COA: any var COA: any;
var notes: any[]; var notes: any[];
var layerIsOn: (layerId: string) => boolean; var layerIsOn: (layerId: string) => boolean;