import { TextView } from '#components/Map' import type { Item } from '#types/Item' export const SimpleView = ({ item }: { item: Item }) => { return (
) }