fix: Restore missing Canvas and related r3f imports in Scene.tsx
parent
275e562522
commit
667538e5fe
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue