diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-09-05 16:48:01 +0200 |
|---|---|---|
| committer | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-09-05 16:48:01 +0200 |
| commit | dea41ea59c558068078c98dd1758cdba2beceda8 (patch) | |
| tree | 15bd6a8a490bdceb66fa093d2b33c862da81b821 /frontend/src/components | |
| parent | refactor: fix summary cat change logic (diff) | |
| download | lphub-dea41ea59c558068078c98dd1758cdba2beceda8.tar.gz lphub-dea41ea59c558068078c98dd1758cdba2beceda8.tar.bz2 lphub-dea41ea59c558068078c98dd1758cdba2beceda8.zip | |
refactor: maplist page
Diffstat (limited to 'frontend/src/components')
| -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; | ||