From 8adf3757c3b04eb1d9dd5771527e4cce8cdd6d3b Mon Sep 17 00:00:00 2001 From: Rei Date: Thu, 28 Dec 2023 05:58:02 +0000 Subject: [PATCH] Add section to list existing entries --- src/App.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.js b/src/App.js index f9183e2..20b760e 100644 --- a/src/App.js +++ b/src/App.js @@ -140,6 +140,11 @@ export function MyForm(props) { + + Existing entries +

Check here for existing entries:

+

UNDER CONSTRUCTION:

+
);