From 56b6d47e83fe85fef48b45a4569d055921c8b6e2 Mon Sep 17 00:00:00 2001 From: Michael Dougall <6801309+itsdouges@users.noreply.github.com> Date: Sat, 9 Dec 2023 23:26:52 +1100 Subject: [PATCH] Refactor renderer controls adeira-source-id: 7114050f080c4796c455d4f6400572c4d33a01e9 --- examples/geometry/src/geometry/cylinder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/geometry/src/geometry/cylinder.tsx b/examples/geometry/src/geometry/cylinder.tsx index 73ee42e3..62187bda 100644 --- a/examples/geometry/src/geometry/cylinder.tsx +++ b/examples/geometry/src/geometry/cylinder.tsx @@ -4,7 +4,7 @@ * This source code is licensed under the GPL-3.0 license found in the LICENSE * file in the root directory of this source tree. */ -import { Cylinder } from "../types"; +import { type Cylinder } from "../types"; const Cylinder = ({ position }: Cylinder) => { return (