Initial commit (fresh repo)
This commit is contained in:
13
app/pages/index.vue
Normal file
13
app/pages/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="relative">
|
||||
<Hero />
|
||||
<Features />
|
||||
<Languages />
|
||||
<SmartDictionary />
|
||||
<Tasks />
|
||||
<Dialogs />
|
||||
<Progress />
|
||||
<CTA />
|
||||
<Footer />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user