diff --git a/common/src/index.ts b/common/src/index.ts index 1a0f80d..cf6dcc6 100644 --- a/common/src/index.ts +++ b/common/src/index.ts @@ -6,6 +6,6 @@ export * from "./types/Colour"; export * from "./types/Spaceship"; // Server-Client Communications +export * from "./types/ServerResponse"; export * from "./types/events/SaveShip"; -export * from "./types/events/server_info"; -export * from "./types/ServerResponse"; \ No newline at end of file +export * from "./types/events/server_info"; \ No newline at end of file