Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #97 from Synthetixio/feat/pagination-cmp
Browse files Browse the repository at this point in the history
fix: build failing for a typo
  • Loading branch information
Rickk137 authored Jun 16, 2022
2 parents 143e0b8 + 822b367 commit debcb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { Dropdown, DropdownProps } from './Dropdown/Dropdown';
import { ExternalLink, ExternalLinkProps } from './ExternalLink/ExternalLink';
import { FieldAttributesProps } from './FieldAttributes/FieldAttributes';
import { IconButton, IconButtonProps } from './IconButton/IconButton';
import { Pagination, PaginationProps } from './Pagination';
import { Pagination, PaginationProps } from './Pagination/Pagination';
import { Radio, RadioProps } from './Radio/Radio';
import { Select, SelectProps } from './Select/Select';
import { Selector, SelectorProps } from './Selector/Selector';
Expand Down

0 comments on commit debcb97

Please sign in to comment.