From 971d58b9be610c7f5d6a8ed0b2456e6fab637597 Mon Sep 17 00:00:00 2001 From: Aditya Sankaran Date: Sat, 28 Sep 2019 14:17:58 -0400 Subject: [PATCH] router page for writing microblogs --- twistter-frontend/src/App.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/twistter-frontend/src/App.js b/twistter-frontend/src/App.js index 8196e0c..4229e55 100644 --- a/twistter-frontend/src/App.js +++ b/twistter-frontend/src/App.js @@ -3,6 +3,7 @@ import logo from './twistter-logo.png'; import { BrowserRouter as Router } from 'react-router-dom'; import Route from 'react-router-dom/Route'; import './App.css'; +import Writing_Microblogs from './Writing_Microblogs.js' var validEmail = true; var validUsername = false; @@ -161,8 +162,14 @@ class App extends Component { ) } }/> - - + + { + return ( + + ) + } + }/>