fix bug list circuits and transactionsenabled
This commit is contained in:
@@ -5,11 +5,13 @@ import { useGlobalStore } from '@store/globalStore'
|
||||
import { useI18n } from '@/boot/i18n'
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { LandingFooter, Logo } from '@components'
|
||||
import { CFundRaising } from '@/components/CFundRaising'
|
||||
import { CShowContentPage } from '@/components/CShowContentPage'
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CPresentazione',
|
||||
components: {Logo, LandingFooter},
|
||||
components: {Logo, LandingFooter, CFundRaising, CShowContentPage},
|
||||
props: {},
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user