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