radio-station/app/routes/listen.home.$station.tsx
Luke Bunselmeyer 5d0a7623e3 - UI
- Created home page to view all stations
- Model
  - Sort stations by popularity and filter stations by reliability
  - Type improvements
2023-05-07 15:19:00 -04:00

5 lines
182 B
TypeScript

import ListenChanelStation from "~/routes/listen.channel.$channel.$station";
export { loader } from "~/routes/listen.channel.$channel.$station";
export default ListenChanelStation;