prettier cleanup
This commit is contained in:
@@ -24,7 +24,6 @@ export type PianoScoreInfo = {
|
||||
streak: number;
|
||||
};
|
||||
|
||||
|
||||
export enum NoteTiming {
|
||||
Perfect = 'Perfect',
|
||||
Great = 'Great',
|
||||
@@ -43,4 +42,4 @@ export type PianoCanvasContext = {
|
||||
// Timestamp of the play session, in miliseconds
|
||||
timestamp: number;
|
||||
pressedKeys: Map<number, number>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user