Merge branch 'master' into skeleton-placeholder

This commit is contained in:
Eric Liu 2019-12-15 14:43:58 -08:00 committed by GitHub
commit d376ac0d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 137 additions and 3 deletions

View file

@ -10,6 +10,7 @@ import Loading from './components/Loading';
import Link from './components/Link';
import ListItem from './components/ListItem';
import OrderedList from './components/OrderedList';
import Search, { SearchSkeleton } from './components/Search';
import SkeletonPlaceholder from './components/SkeletonPlaceholder';
import SkeletonText from './components/SkeletonText';
import Tag, { TagSkeleton } from './components/Tag';
@ -40,6 +41,8 @@ export {
Link,
ListItem,
OrderedList,
Search,
SearchSkeleton,
SkeletonPlaceholder,
SkeletonText,
Tag,