Skip to content

Commit

Permalink
chore: remove <Pagination> (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jun 11, 2024
1 parent 0b53f05 commit 005f07c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 122 deletions.
121 changes: 0 additions & 121 deletions src/lib/core/Pagination.svelte

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export { default as Image } from './Image.svelte';
export { default as LazyLoad } from './LazyLoad.svelte';
export { default as Observe } from './Observe.svelte';
export { default as Overlay } from './Overlay.svelte';
export { default as Pagination } from './Pagination.svelte';
export { default as Periodical } from './Periodical.svelte';
export { default as ScrollTop } from './ScrollTop.svelte';
export { default as SearchBar } from './SearchBar.svelte';
Expand Down

0 comments on commit 005f07c

Please sign in to comment.