exampleStore.js 87 Bytes
class Store {
    data = {
        participants: []
    }

}
export default new Store()