aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/MapEntry.tsx
blob: 88137d82a06633d60500a445b8f5200c28e2b5d2 (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;