diff --git a/.changeset/fast-vans-confess.md b/.changeset/fast-vans-confess.md new file mode 100644 index 0000000..f648741 --- /dev/null +++ b/.changeset/fast-vans-confess.md @@ -0,0 +1,5 @@ +--- +"@dreamkit/site": patch +--- + +Fix playground diff --git a/packages/site/src/pages/entry/_examples/home-route.tsx b/packages/site/src/pages/entry/_examples/home-route.tsx index a255d97..3d3d6fa 100644 --- a/packages/site/src/pages/entry/_examples/home-route.tsx +++ b/packages/site/src/pages/entry/_examples/home-route.tsx @@ -1,3 +1,5 @@ +import { $route } from "dreamkit"; + export const homeRoute = $route.path("/").create(() => { return <>hello world; });