From 1f1a35c3c0520de1f51559569ac26d7f5c18151d Mon Sep 17 00:00:00 2001 From: DangaRanga Date: Sat, 22 May 2021 01:45:36 -0500 Subject: [PATCH] Added back starter code to pass unittest --- src/App.tsx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index a1900395f9..c31b4f754d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,26 @@ import React from 'react'; import './App.css'; function App(): JSX.Element { - return
; + return ( +
+
+
+ +

+ Edit src/App.js and save to reload. +

+ + Learn React + +
+
+ ); +
+ ); } export default App;