fix types and api calls

This commit is contained in:
Calli
2023-07-10 01:06:32 +03:00
parent 1a412c57a2
commit a4786598e6
4 changed files with 36 additions and 81 deletions

View File

@@ -1,8 +1,8 @@
import { useEffect, useRef } from "react";
import { PlanetInfo } from "./PlanetCard";
import * as THREE from "three";
import * as BufferGeometryUtils from "three/examples/jsm/utils/BufferGeometryUtils.js";
import { OrbitControls } from "three/examples/jsm/controls/OrbitControls";
import { PlanetInfo } from "@/types";
const commandCenterIds = [2254, 2524, 2525, 2533, 2534, 2549, 2550, 2551];