import { createSSRApp } from "vue";
const app = createSSRApp(App);
const globals = app.config.globalProperties;
// console.log(app,'globals');
export {globals};