mirror of
https://github.com/BradNut/remix-syntax
synced 2025-09-08 17:40:28 +00:00
3 lines
64 B
TypeScript
3 lines
64 B
TypeScript
|
|
export default function () {
|
||
|
|
return <h1>Wildcard Route</h1>;
|
||
|
|
}
|