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

3 lines
76 B
TypeScript

export default function NiceWork() {
return <h1>You got it right!</h1>;
}