Skip to content

Commit

Permalink
deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinta0 committed Jul 12, 2024
1 parent c464402 commit 1fbd8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 1fbd8e7

Please sign in to comment.