From 7c565b97de7f73efad7b353c6f5a4818b8feb990 Mon Sep 17 00:00:00 2001 From: Andrew Huth Date: Mon, 15 Jan 2024 20:48:35 -0500 Subject: [PATCH] Take up full height --- src/components/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 05c194c..0fd499f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -9,7 +9,7 @@ export default function App() { const [state, dispatch] = useReducer(reducer, initialState); return ( -
+