Clean up imports

This commit is contained in:
Tony Garnock-Jones 2023-01-10 15:09:54 +01:00
parent a741627490
commit 45890f0103
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,4 @@
import {
AbstractMesh,
DualShockPad,
Engine,
FreeCamera,

View File

@ -1,4 +1,4 @@
import { is, embed, stringify, Dataflow, Dataspace, Embedded, Reader, Ref, Schemas, Sturdy, Turn, Value } from "@syndicate-lang/core";
import { is, Dataflow, Dataspace, Embedded, Reader, Ref, Schemas, Sturdy, Turn } from "@syndicate-lang/core";
import * as html from "@syndicate-lang/html";
import * as timer from "@syndicate-lang/timer";
import * as wsRelay from "@syndicate-lang/ws-relay";
@ -10,11 +10,7 @@ import { setupLog, log } from './log.js';
import {
AbstractMesh,
Engine,
FreeCamera,
Mesh,
Scene,
TargetCamera,
Vector3,
WebXRCamera,
} from '@babylonjs/core/Legacy/legacy';