Skip to content

Commit

Permalink
Merge pull request #1170 from birkskyum/add-about-page-to-basic-example
Browse files Browse the repository at this point in the history
Add about page to basic example
  • Loading branch information
nksaraf authored Dec 28, 2023
2 parents dfe88c3 + d88cf01 commit e755fbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/basic/src/routes/about.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Title } from "@solidjs/meta";

export default function Home() {
return (
<main>
<Title>About</Title>
<h1>About</h1>
</main>
);
}

0 comments on commit e755fbe

Please sign in to comment.