From d6cb5c892cf353c2a1be0eea8103fb5fa0191c80 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Thu, 1 Oct 2020 21:39:29 +0300 Subject: [PATCH] Initial plot mockup --- src/App.tsx | 5 ++++- src/components/WorkoutPlot.tsx | 27 +++++++++++++++++++++++++++ src/index.css | 2 ++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 src/components/WorkoutPlot.tsx 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

+