From 1fbd8e7050102f133c1435553eaa5bd449c47d7d Mon Sep 17 00:00:00 2001 From: Quinta <0pietroquintavalle0@gmail.com> Date: Sat, 13 Jul 2024 00:17:58 +0200 Subject: [PATCH] deployment issues --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index d7aaead..8e922ef 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -155,7 +155,7 @@ export default function Component() { } }; - const createPoints = (width, height, gridSize) => { + const createPoints = (width: number, height: number, gridSize: number) => { const points = []; for (let y = 0; y < vertices; y++) { for (let x = 0; x < vertices; x++) {