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.
); }