Files

14 lines
203 B
Vue
Raw Permalink Normal View History

2025-12-12 02:57:18 +03:00
<template>
<div class="relative">
<Hero />
<Features />
<Languages />
<SmartDictionary />
<Tasks />
<Dialogs />
<Progress />
<CTA />
<Footer />
</div>
</template>