import type { Location } from "@/lib/types"; /** * Renders an print-friendly location row */ export const LocationPrintRow = ({ location }: { location: Location }) => { return (
{location.data.description}