+ {#each pageNumbers as p}
+ {#if p === "..."}
+ …
+ {:else}
+
+ {/if}
+ {/each}
+
+ {/if}
+
+
+
+
+
+
+
diff --git a/frontend/src/lib/ui/index.ts b/frontend/src/lib/ui/index.ts
index b9d184e6..8032d2b9 100644
--- a/frontend/src/lib/ui/index.ts
+++ b/frontend/src/lib/ui/index.ts
@@ -18,6 +18,8 @@ export { default as Icon } from './Icon.svelte';
export { default as HelpTooltip } from './HelpTooltip.svelte';
export { default as Badge } from './Badge.svelte';
export { default as Skeleton } from './Skeleton.svelte';
+export { default as Pagination } from './Pagination.svelte';
+export { default as ConfirmDialog } from './ConfirmDialog.svelte';
// [/SECTION: EXPORTS]
// #endregion ui:Module
\ No newline at end of file