import { Link } from 'react-router-dom' import { formatInt, hostnameOf, Store } from '../api' import { IconMapPin } from './Icons' import OriginBadge from './OriginBadge' import StoreLogo from './StoreLogo' export default function StoreCard({ store }: { store: Store }) { return (
{hostnameOf(store.url)}