Skip to content

Commit 09fdc29

Browse files
tknkaaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent eed92b9 commit 09fdc29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Simulation/components/PlanetMesh.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useEffect, useMemo } from "react";
55
import * as THREE from "three";
66
import type { Planet } from "@/types/planet";
77
import { GravitySystem } from "../core/GravitySystem";
8-
import type { PlanetRegistry, PositionRef } from "../core/PlanetRegistry";
8+
import type { PlanetRegistry } from "../core/PlanetRegistry";
99

1010
type PlanetMeshProps = {
1111
planet: Planet;

0 commit comments

Comments
 (0)