From cc98da27fac18ba8060bc7fa76ce13624d452543 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Thu, 25 Jun 2020 17:21:04 -0400 Subject: Added base app with background color for Sign In Everything's in App.tsx for now since we haven't discussed structure --- src/routes/Routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes') diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx index 9c2efada..0b08cbb1 100644 --- a/src/routes/Routes.tsx +++ b/src/routes/Routes.tsx @@ -15,7 +15,7 @@ interface RoutesProps {} const Routes: React.FC = ({}) => { return ( - + ); -- cgit v1.2.3-70-g09d2