// import icon_rail from "../assets/icon_track.svg"; export default function RailTypeBtn({ text, onClick }: { text: string; onClick?: () => void }) { return (
{/* icon */} {text}
); }