import Beat from "@/Beat"; export default class Store { private beats: Beat[]; constructor() { this.beats = []; } }