Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr committed May 20, 2018
1 parent 1b9678e commit 4039a88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { Game } from './Game';
export { hasAll, hasAny } from './selectors';
export { System, StandardSystem, MultiQuerySystem, InternalSystem } from './systems';
export { Entity } from './Entity';
export { Event } from './Events';
export { ComponentClass } from './components';
export { Game } from './Game';
export { hasAll, hasAny } from './selectors';
export { System, StandardSystem, MultiQuerySystem, InternalSystem } from './systems';
export { Entity } from './Entity';
export { Event } from './Events';
export { ComponentClass } from './components';

0 comments on commit 4039a88

Please sign in to comment.