remix-syntax/app/routes/demos/$.tsx
Bradley Shellnut b373ebf09a Initial commit
2022-01-19 22:30:48 -08:00

3 lines
No EOL
64 B
TypeScript

export default function () {
return <h1>Wildcard Route</h1>;
}