/* eslint-disable @typescript-eslint/restrict-template-expressions */ import { TextView } from '#components/Map' import { ContactInfoView } from '#components/Profile/Subcomponents/ContactInfoView' import { GroupSubHeaderView } from '#components/Profile/Subcomponents/GroupSubHeaderView' import type { Item } from '#types/Item' export const OnepagerView = ({ item }: { item: Item }) => { return (