diff options
Diffstat (limited to 'frontend/src/components/MapEntry.tsx')
| -rw-r--r-- | frontend/src/components/MapEntry.tsx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/frontend/src/components/MapEntry.tsx b/frontend/src/components/MapEntry.tsx index 0f494ad..985e806 100644 --- a/frontend/src/components/MapEntry.tsx +++ b/frontend/src/components/MapEntry.tsx | |||
| @@ -1,12 +1,8 @@ | |||
| 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 <div></div>; |
| 6 | <div> | 6 | }; |
| 7 | |||
| 8 | </div> | ||
| 9 | ) | ||
| 10 | } | ||
| 11 | 7 | ||
| 12 | export default MapEntry; | 8 | export default MapEntry; |