import { Rocks } from "../Rocks" import { Terrain } from "../Terrain" import { Water } from "../Water" export const Scene = () => { return ( <> ) }