feat: working app

This commit is contained in:
2025-07-09 13:02:23 +02:00
commit eba767bec1
23 changed files with 3774 additions and 0 deletions

4
data/exercises.ts Normal file
View File

@ -0,0 +1,4 @@
import { Exercise } from '../types';
export const exercises: Exercise[] = [];