connection alert
This commit is contained in:
@@ -5,9 +5,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import MainView from './MainView.vue'
|
||||
import NavDrawer from "@/components/NavDrawer.vue";
|
||||
import Footer from "@/components/Footer.vue";
|
||||
import {useStore} from "@/store/store.js";
|
||||
const s = useStore()
|
||||
import MainView from './MainView.vue'
|
||||
import {useStore} from "@/store/store.js";
|
||||
|
||||
const s = useStore()
|
||||
</script>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<script setup>
|
||||
import Alerts from "@/components/Alerts.vue";
|
||||
import ChartView from "@/views/ChartView.vue";
|
||||
import Social from "@/components/Social.vue";
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user