This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { createApp } from 'vue' | |
import { createStore } from 'vuex' | |
import router from '@/router' | |
import authState from '@/store' | |
import App from '@/App.vue' | |
import 'virtual:windi.css' | |
import Layout from '@/helpers/Layout.vue' | |
import { nhost } from '@/plugins/nhost' |