mirror of
https://github.com/BradNut/remix-syntax
synced 2025-09-08 17:40:28 +00:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
|
|
export default function NiceWork() {
|
||
|
|
return <h1>You got it right!</h1>;
|
||
|
|
}
|