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

4 lines
76 B
TypeScript
Raw Normal View History

2022-01-20 06:30:48 +00:00
export default function NiceWork() {
return <h1>You got it right!</h1>;
}