Add section to list entries from Firestore (W.I.P)

This commit is contained in:
Ray 2023-12-27 12:48:24 +00:00 committed by GitHub
parent d94847e426
commit f5d99b05d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -77,8 +77,13 @@ import { getFirestore,
<Button variant="primary" type="submit">
Submit
</Button>
</Button>
<Form.Group>
<h3>Existing entries</h3>
<p>To be added</p>
</Form.Group>
</Form>
);
}