diff --git a/src/modules/ui/cell-info.d.ts b/src/modules/ui/cell-info.d.ts deleted file mode 100644 index ec677eea..00000000 --- a/src/modules/ui/cell-info.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -// src/modules/ui/cell-info.d.ts -declare module 'modules/ui/cell-info.js' { - export function updateCellInfo(coords: [number, number], cellId: number, gridCell: any): void; - // Add other exports as needed - } \ No newline at end of file