From 30239c3e4b8dc78d07581a73f21c3892c66bcfd3 Mon Sep 17 00:00:00 2001 From: Abhinav Pappu Date: Thu, 29 Oct 2020 00:27:04 -0500 Subject: [PATCH] Add temporary placeholder (#6) --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index c25417f..e98676f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import { BrowserRouter as Router, Switch } from 'react-router-dom'; function App(): JSX.Element { return ( +
temporary placeholder
{/* TODO: Add routes */}