remix-syntax/app/routes/syntax.about.tsx

3 lines
66 B
TypeScript
Raw Permalink Normal View History

2022-01-20 06:30:48 +00:00
export default function () {
return <h1>About Syntax Pod</h1>;
}