renames PopoverContent to PopoverBody and PopoverTitle to PopoverHeader

This commit is contained in:
Keenan Jaenicke 2017-11-01 11:57:43 -04:00
parent 17f38a9945
commit 2f108ca76f
3 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ export { default as Pagination } from './lib/Pagination';
export { default as PaginationItem } from './lib/PaginationItem';
export { default as PaginationLink } from './lib/PaginationLink';
export { default as Popover } from './lib/Popover';
export { default as PopoverContent } from './lib/PopoverContent';
export { default as PopoverTitle } from './lib/PopoverTitle';
export { default as PopoverBody } from './lib/PopoverBody';
export { default as PopoverHeader } from './lib/PopoverHeader';
export { default as Progress } from './lib/Progress';
export { default as Row } from './lib/Row';
export { default as TabContent } from './lib/TabContent';