Convert exports to wildcard instead of named
This commit is contained in:
parent
dbedecc900
commit
1e18179cc6
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
export { Status } from "./enums/Status";
|
export { Status } from "./enums/Status";
|
||||||
|
|
||||||
// Interfaces
|
// Interfaces
|
||||||
export { IColour } from "./types/Colour";
|
export * from "./types/Colour";
|
||||||
export { ISpaceship } from "./types/Spaceship";
|
export * from "./types/Spaceship";
|
||||||
|
|
||||||
// Server-Client Communications
|
// Server-Client Communications
|
||||||
export * from "./types/events/SaveShip";
|
export * from "./types/events/SaveShip";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue