Front: Merge

This commit is contained in:
Arthur Jamet
2023-12-05 08:42:28 +01:00
133 changed files with 12780 additions and 1289 deletions
+1
View File
@@ -141,6 +141,7 @@ const PlayView = ({ songId, route }: RouteProps<PlayViewProps>) => {
type: 'end',
})
);
API.updateUserTotalScore(score);
};
const onMIDISuccess = (access: MIDIAccess) => {