import React from 'react' import { Sky } from '@react-three/drei' // TODO add props to change lighting according to real world time const Lighting: React.FC = () => { return ( <> ) } export default Lighting