Fix typing for server in index.ts
This commit is contained in:
parent
44872c3d0e
commit
6427361d7b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue