Skip to content

Commit

Permalink
chore: added about route for demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Jul 19, 2023
1 parent 6bb1e08 commit b890a9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/demo-site/app/routes/about.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default function About() {
return (
<div style={{ fontFamily: 'system-ui, sans-serif', lineHeight: '1.4' }}>
<h1>About</h1>
<p>This is an about page.</p>
</div>
)
}

0 comments on commit b890a9f

Please sign in to comment.