refactor: loads of sensible renaming
This commit is contained in:
10
src/Store.ts
Normal file
10
src/Store.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Beat from "@/Beat";
|
||||
|
||||
export default class Store {
|
||||
private beats: Beat[];
|
||||
|
||||
constructor() {
|
||||
this.beats = [];
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user