From 416a1c60990c7599cd7215b7b59ea6e766ad7311 Mon Sep 17 00:00:00 2001 From: drcmda Date: Sat, 17 Dec 2022 19:47:31 +0100 Subject: [PATCH] Update Grid.tsx --- src/core/Grid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Grid.tsx b/src/core/Grid.tsx index 9cbea70ae..b065ac559 100644 --- a/src/core/Grid.tsx +++ b/src/core/Grid.tsx @@ -1,5 +1,5 @@ -/** Original grid component https://github.com/threlte/threlte/blob/main/packages/extras/src/lib/components/Grid/Grid.svelte - * By https://github.com/grischaerbe and https://github.com/jerzakm +/** Original grid component https://github.com/Fyrestar/THREE.InfiniteGridHelper + * By https://github.com/Fyrestar */ import * as React from 'react'