From 47ff9a9cab7884024cf6595472a9fa0f04f30229 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 9 May 2020 21:57:48 -0700 Subject: add basic root page --- frontend/src/components/App.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'frontend/src/components/App.js') diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js index 3614fe1..eeb3e58 100644 --- a/frontend/src/components/App.js +++ b/frontend/src/components/App.js @@ -1,13 +1,12 @@ import React from 'react'; +import Header from './Header' +import PasteArea from './PasteArea' function App() { return ( -
-
-

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

-
+
+
+
); } -- cgit v1.2.3