remix-syntax/app/routes/demos/$.tsx

3 lines
64 B
TypeScript
Raw Normal View History

2022-01-20 06:30:48 +00:00
export default function () {
return <h1>Wildcard Route</h1>;
}