Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
51
stars
3
forks
source link
fix(components): re-export layout components from `@/islands/mod.ts` #132
Closed
miguelrk closed 9 months ago
fix(components): re-export layout components from
@/islands/mod.ts
instead of registering them inplugins/components
(required for reactivity).This should fix an issue where an
_app.tsx
file was required due toplugins/components
registering islands independently of if they were used or not.