From 447aa77e9de6ad22a29da4490e74966498cefc13 Mon Sep 17 00:00:00 2001 From: Treevyy Date: Sun, 4 May 2025 23:24:35 -0500 Subject: [PATCH] updated client for render deployment --- client/src/global.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/src/global.d.ts diff --git a/client/src/global.d.ts b/client/src/global.d.ts new file mode 100644 index 0000000..2bc1485 --- /dev/null +++ b/client/src/global.d.ts @@ -0,0 +1,2 @@ +declare module 'react-hotkeys'; +declare module 'react-syntax-highlighter'; \ No newline at end of file