odyssey-client/src/store/state.ts

6 lines
81 B
TypeScript
Raw Normal View History

2020-10-05 15:35:29 +00:00
import UIStore from "./ui/state";
export interface GameStore {
ui: UIStore;
}