From adf1b9a54589a0cb1f477413f07d6d93d65d7e75 Mon Sep 17 00:00:00 2001 From: amcintyre Date: Thu, 10 Dec 2020 23:08:15 -0500 Subject: [PATCH] Initial commit --- src/App.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a53698a..d210b82 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,20 +5,7 @@ import './App.css'; function App() { return (
-
- logo -

- Edit src/App.tsx and save to reload. -

- - Learn React - -
+ This is the new content.
); }