mirror of https://github.com/elk-zone/elk.git
8 lines
155 B
Vue
8 lines
155 B
Vue
|
<script setup lang="ts">
|
||
|
const paginator = useMasto().bookmarks.iterate()
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<TimelinePaginator :paginator="paginator" />
|
||
|
</template>
|