import BlocState from "./BlocState";

class InitialState implements BlocState { }

export default InitialState;