netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

fix(components): re-export layout components from `@/islands/mod.ts` #132

Closed miguelrk closed 9 months ago

miguelrk commented 9 months ago

fix(components): re-export layout components from @/islands/mod.ts instead of registering them in plugins/components (required for reactivity).

This should fix an issue where an _app.tsx file was required due to plugins/components registering islands independently of if they were used or not.