Skip to content

Commit

Permalink
Merge branch 'main' into up/vinxi-start-router
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 5, 2024
2 parents 51e1de8 + 129b94e commit 7e63f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/configuration/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ bunx tsc --init
```typescript
import { type Component } from "solid-js";

const MyTsComponent(): Component = () => {
const MyTsComponent: Component = () => {
return (
<div>
<h1>This is a TypeScript component</h1>
Expand Down

0 comments on commit 7e63f23

Please sign in to comment.