Fix typing for server in index.ts

This commit is contained in:
Tangent Wantwight 2020-05-09 19:25:50 -04:00
parent 44872c3d0e
commit 6427361d7b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Select } from "./Applet/Init";
import { KeyName } from "./Applet/Keyboard";
import { Data } from "./Ecs/Components";
import { BindTests } from "./Ecs/test";
import { Data } from "./Game/GameComponents";
import { Main } from "./Game/Main";
import { LoopbackServer } from "./Net/LoopbackServer";