rename frontend directory to frontend
This commit is contained in:
parent
71a9b69e04
commit
c7d996dbeb
30 changed files with 1 additions and 1 deletions
10
crawler/frontend/src/components/Map.tsx
Normal file
10
crawler/frontend/src/components/Map.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export function Map() {
|
||||
return <>
|
||||
<div id='map'></div>
|
||||
|
||||
<div id="legend">
|
||||
<svg id="svg">
|
||||
</svg>
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue