From 2dd6935135132f0aec9246747eb6ee6ea0299c4d Mon Sep 17 00:00:00 2001 From: kruschen Date: Thu, 29 Aug 2024 01:19:03 +0200 Subject: [PATCH] Delete src/modules/ui/cell-info.d.ts delete cell-info.d.ts in favor of temporary js import --- src/modules/ui/cell-info.d.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/modules/ui/cell-info.d.ts 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