import React from "react"; import { Canvas } from '@react-three/fiber' import { OrbitControls, Environment } from '@react-three/drei' import space from './space.hdr' // Import styles import './App.css' function App() { return ( <> ); }; export default React.memo(App);