// Astro + @astrojs/vue handles app creation automatically. // Pinia is only needed if islands share reactive state across // components on the same page. For now, each island is self-contained. export {};