Files
vercel/examples/remix/app/routes/demos/correct.tsx
Leo Lamprecht 3a75c37adc Added Remix to the list of frameworks (#7061)
* Added Remix to the list of frameworks

* Replaced Development Command

* Polished config

* Added headers

* Added example

* Fixed logo

* Trigger a Deployment

* Added vercel.json

* Port is automatically parsed through remix.config.js

* Fixed sorting

* Moved it down a bit

* Trigger a Deployment

* Removed useless property

* Reverted readme

* Fully reverted readme
2021-11-24 17:40:55 +01:00

4 lines
76 B
TypeScript

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