Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Use Pagination component in react-uswds #897

Merged
merged 10 commits into from
Jan 17, 2023
3 changes: 1 addition & 2 deletions src/components/ArticleList/ArticleList.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from 'react'

import { Pagination } from '@trussworks/react-uswds'
import styles from './ArticleList.module.scss'

import type { ArticleListItemRecord } from 'types'
import { ArticleListItem } from 'components/ArticleListItem/ArticleListItem'
import Pagination from 'components/Pagination/Pagination'

type ArticleListProps = {
articles: ArticleListItemRecord[]
Expand Down
80 changes: 0 additions & 80 deletions src/components/Pagination/Pagination.stories.tsx

This file was deleted.

281 changes: 0 additions & 281 deletions src/components/Pagination/Pagination.test.tsx

This file was deleted.

Loading