diff options
Diffstat (limited to 'frontend/src/components/MapEntry.tsx')
| -rw-r--r-- | frontend/src/components/MapEntry.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/MapEntry.tsx b/frontend/src/components/MapEntry.tsx index 88137d8..5c58401 100644 --- a/frontend/src/components/MapEntry.tsx +++ b/frontend/src/components/MapEntry.tsx | |||
| @@ -6,7 +6,7 @@ const MapEntry: React.FC = () => { | |||
| 6 | <div> | 6 | <div> |
| 7 | 7 | ||
| 8 | </div> | 8 | </div> |
| 9 | ) | 9 | ); |
| 10 | } | 10 | }; |
| 11 | 11 | ||
| 12 | export default MapEntry; | 12 | export default MapEntry; |