feat(crud): add lat and lon to Home page

This commit is contained in:
dancingCycle 2023-04-21 13:19:25 +02:00
parent 249dd82d97
commit 0fc097b072
1 changed files with 6 additions and 2 deletions

View File

@ -123,8 +123,10 @@ export default function Home(){
<table>
<thead>
<tr>
<th>Id</th>
<th>Name</th>
<th>id</th>
<th>name</th>
<th>lat</th>
<th>lon</th>
</tr>
</thead>
<tbody>
@ -135,6 +137,8 @@ export default function Home(){
>
<td>{item[0]}</td>
<td>{item[1]}</td>
<td>{item[2]}</td>
<td>{item[3]}</td>
<td><Link
to={`/update`}
>