From 4636deb4903cd6fe556c73f1e82d106bbe41571c Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Thu, 9 Feb 2023 19:34:30 -0500 Subject: [PATCH] [+] Comments --- src/App.tsx | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0e6d9e7..81b88c1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -40,25 +40,43 @@ export default function App() { const [api] = createResource(fetchApi) return ( + // Full screen container
+ + {/* Content container */}