mirror of
https://github.com/wahyd4/go.git
synced 2026-08-09 05:06:14 +10:00
10 lines
171 B
Vue
10 lines
171 B
Vue
<template>
|
|
<main class="flex flex-col justify-center">
|
|
<HomeTwitter />
|
|
<HomeHero />
|
|
<HomeFeatures />
|
|
<HomeLogos />
|
|
<HomeCta />
|
|
</main>
|
|
</template>
|