Skip to content

Commit

Permalink
Refactor renderer controls
Browse files Browse the repository at this point in the history
adeira-source-id: 7114050f080c4796c455d4f6400572c4d33a01e9
  • Loading branch information
itsdouges authored and triplex-bot committed Dec 9, 2023
1 parent 7387a7a commit 56b6d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/geometry/src/geometry/cylinder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 56b6d47

Please sign in to comment.