import { render } from "@react-three/offscreen";
import Scene from "./Scene";

render(<Scene centered />);
