scene/index.tstypescript
import { Axes } from "./Axes";
import { Planet } from "./Planet";
import { SkyBox } from "./SkyBox";
import { Scene } from "./Scene";

export { Planet, Axes, SkyBox, Scene };