aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/MapEntry.tsx
blob: 5c5840170f892c247a3123b9704f1c4d9a4bfb7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import React from "react";
import { Link } from "react-router-dom";

const MapEntry: React.FC = () => {
  return (
    <div>

    </div>
  );
};

export default MapEntry;