1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-26 11:31:08 +03:00
elk/components/timeline/TimelineBlocks.vue

8 lines
151 B
Vue
Raw Normal View History

<script setup lang="ts">
const paginator = useMasto().blocks.iterate()
</script>
<template>
<AccountPaginator :paginator="paginator" />
</template>