import UIStore from "./ui/state"; export interface GameStore { ui: UIStore; }