This commit is contained in:
parent
b3b7ab72f9
commit
d9b5131101
3 changed files with 56 additions and 19 deletions
|
|
@ -14,6 +14,7 @@
|
|||
</div>
|
||||
<div class="blur-effect"></div>
|
||||
</div>
|
||||
<WalletCard />
|
||||
<LiveStats />
|
||||
<div class="k-container">
|
||||
<section class="how-it-works-section">
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
import KButton from '@/components/KButton.vue';
|
||||
import LeftRightComponent from '@/components/LeftRightComponent.vue';
|
||||
import LiveStats from '@/components/LiveStats.vue';
|
||||
import WalletCard from '@/components/WalletCard.vue';
|
||||
import { useMobile } from '@/composables/useMobile';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
</div>
|
||||
<div class="blur-effect"></div>
|
||||
</div>
|
||||
<WalletCard />
|
||||
<LiveStats />
|
||||
<div class="k-container">
|
||||
<section class="how-it-works-section">
|
||||
|
|
@ -88,6 +89,7 @@
|
|||
import KButton from '@/components/KButton.vue';
|
||||
import LeftRightComponent from '@/components/LeftRightComponent.vue';
|
||||
import LiveStats from '@/components/LiveStats.vue';
|
||||
import WalletCard from '@/components/WalletCard.vue';
|
||||
import { useMobile } from '@/composables/useMobile';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue