/** biome-ignore-all assist/source/organizeImports: keep side effect order */ /** Taro runtime exports shared by the App, Page, and generated recursive component capsules. */ import '\0vpt:taro-target-runtime'; import 'vite-plugin-taro-runtime/plugin-html/runtime'; export { createReactApp } from 'vite-plugin-taro-runtime/plugin-framework-react/runtime'; export { default as ReactDOM } from 'vite-plugin-taro-runtime/react'; export { createPageConfig, createRecursiveComponentConfig } from 'vite-plugin-taro-runtime/runtime/mini';