import App from './App.uvue'
import { createSSRApp } from 'vue'
export function createApp() { const app = createSSRApp(App) return { app }
}