From 67dc8aeb9a27d4679ae926d573f610befeae9e78 Mon Sep 17 00:00:00 2001 From: reiyua Date: Tue, 2 Jan 2024 07:47:30 +0000 Subject: [PATCH] Place DisplayEntries at bottom of page --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index ddf4adb..941b426 100644 --- a/src/App.js +++ b/src/App.js @@ -89,7 +89,6 @@ export function MyForm(props) { // Create form for user to input data return (
-
Ray's Unbased Takes @@ -137,6 +136,7 @@ export function MyForm(props) {
+
); }