aboutsummaryrefslogtreecommitdiff
path: root/pages/index.vue
blob: df9fd1d7323ae348dfb4ecea8d71065789caab02 (plain) (blame)
1
2
3
4
5
6
7
8
9
<template>
    <section class="space-y-4">
        <Trending />
        <Popular />
    </section>
</template>

<script setup>
</script>