Home Page With Element ! (Modular)

Arcadei Project...
Inscription
This commit is contained in:
paoloar77
2022-10-28 17:07:13 +02:00
parent 8e3ada35ea
commit 2399124a33
45 changed files with 2651 additions and 299 deletions

View File

@@ -7,8 +7,12 @@ import { LandingFooter } from '../../components/LandingFooter/index'
import { tools } from '../../store/Modules/tools'
import { static_data } from '@src/db/static_data'
import { CImgText } from '../../components/CImgText/index'
import { CCard, CMyAvatar, CMyTeacher, CMyPage } from '@components'
import { CCard } from '@/components/CCard/index'
import { CImgText } from '@/components/CImgText/index'
import { CMyAvatar } from '@/components/CMyAvatar/index'
import { CMyTeacher } from '@/components/CMyTeacher/index'
import { CMyPage } from '@/components/CMyPage/index'
import { IEvents, IOperators } from '@src/model'
import MixinEvents from '@/mixins/mixin-events'