radio-station/app/routes/_index.tsx
Luke Bunselmeyer 78c07c40cc - Fixed E2E smoke tests
- Added unit test for `slugify`
- Updated readme
2023-05-08 00:55:06 -04:00

6 lines
106 B
TypeScript

import { redirect } from "@remix-run/node";
export function loader() {
return redirect("/listen");
}