diff --git a/src/App.tsx b/src/App.tsx index 44964ba..5016ac8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,9 +1,12 @@ import React from 'react'; +import { WorkoutPlot } from './components/WorkoutPlot'; export function App() { return (
- Hello, world! +

Workout editor

+