Pannello Utente

Aggiornamento Yarn
This commit is contained in:
Paolo Arena
2022-07-10 01:24:54 +02:00
parent 51e13794c3
commit 42cb624f41
82 changed files with 2379 additions and 1162 deletions

View File

@@ -4,12 +4,12 @@ import { useRouter } from 'vue-router'
import { useGlobalStore } from '@store/globalStore'
import { useI18n } from '@/boot/i18n'
import { tools } from '@store/Modules/tools'
import { Footer, Logo } from '@components'
import { LandingFooter, Logo } from '@components'
export default defineComponent({
name: 'CPresentazione',
components: {Logo, Footer},
components: {Logo, LandingFooter},
props: {},
setup() {
const { t } = useI18n();