diff --git a/src/App.tsx b/src/App.tsx index 12d94db..554d4a3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,9 +6,12 @@ import { ErrorMessage } from './components/ErrorMessage'; const defaultWorkout = `Name: Hello +Warmup: 10:00 30%..60% +Interval: 20:00 100% Rest: 10:00 75% Interval: 20:00 100% Rest: 10:00 75% +Cooldown: 10:00 60%..30% `; export function App() { @@ -31,7 +34,7 @@ export function App() {

Workout editor