import type { StationWithTagsClientSide } from "~/models/station.server"; export type StationPlayerProps = { station: StationWithTagsClientSide }; export function StationPlayer({ station }: StationPlayerProps) { return (