You've already forked AstralRinth
forked from didirus/AstralRinth
b69ff6ca8a
docs: Create workflows lib: Start pagination
11 lines
170 B
Markdown
11 lines
170 B
Markdown
---
|
|
title: Pagination
|
|
---
|
|
|
|
<script lang="ts">
|
|
import Pagination from "$lib/components/elements/Pagination.svelte"
|
|
</script>
|
|
|
|
TODO
|
|
|
|
<Pagination page={20} count={50} /> |