From 4545db101abfdcac91cc7cabf7bde180b54e9be9 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 10 May 2020 15:43:35 -0700 Subject: add password stuff + expiry stuff --- frontend/src/components/App.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/src/components/App.js') diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js index eeb3e58..17240f5 100644 --- a/frontend/src/components/App.js +++ b/frontend/src/components/App.js @@ -1,12 +1,14 @@ import React from 'react'; import Header from './Header' import PasteArea from './PasteArea' +import Footer from './Footer' function App() { return (
+
); } -- cgit v1.2.3