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