class Store {
    data = {
        participants: [],
        place: ''
    }

}
export default new Store()