Add section to list entries from Firestore (W.I.P)
This commit is contained in:
parent
d94847e426
commit
f5d99b05d8
|
@ -77,8 +77,13 @@ import { getFirestore,
|
||||||
|
|
||||||
<Button variant="primary" type="submit">
|
<Button variant="primary" type="submit">
|
||||||
Submit
|
Submit
|
||||||
</Button>
|
</Button>
|
||||||
|
<Form.Group>
|
||||||
|
<h3>Existing entries</h3>
|
||||||
|
<p>To be added</p>
|
||||||
|
</Form.Group>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue