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

3 lines
No EOL
66 B
TypeScript

export default function () {
return <h1>About Syntax Pod</h1>;
}