fix: Restore missing Canvas and related r3f imports in Scene.tsx

main
mula.liu 2025-12-02 11:27:01 +08:00
parent 275e562522
commit 667538e5fe
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/**
* Main 3D Scene component
*/
import { Html } from '@react-three/drei';
import { Canvas } from '@react-three/fiber';
import { OrbitControls, Stars as BackgroundStars, Html } from '@react-three/drei';
import { useMemo, useState, useEffect } from 'react';
import { CelestialBody } from './CelestialBody';
import { Probe } from './Probe';