Skip to content

Commit

Permalink
fix(site): add import
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Nov 13, 2024
1 parent 060e445 commit af06375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fast-vans-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dreamkit/site": patch
---

Fix playground
2 changes: 2 additions & 0 deletions packages/site/src/pages/entry/_examples/home-route.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { $route } from "dreamkit";

export const homeRoute = $route.path("/").create(() => {
return <>hello world</>;
});

0 comments on commit af06375

Please sign in to comment.