feat(component): add Pagination

Closes #23
This commit is contained in:
Eric Liu 2019-12-23 09:32:20 -08:00
commit 4dad89e12d
17 changed files with 222 additions and 18 deletions

View file

@ -0,0 +1,4 @@
import Pagination from './Pagination.svelte';
export default Pagination;
export { default as PaginationSkeleton } from './Pagination.Skeleton.svelte';