Skip to content

Commit

Permalink
Format js
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jun 10, 2021
1 parent 9dcd6b3 commit 564c683
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/components/src/card/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ import { mount, shallow } from 'enzyme';
/**
* Internal dependencies
*/
import { Card, CardBody, CardDivider, CardFooter, CardHeader, CardMedia } from '../';
import {
Card,
CardBody,
CardDivider,
CardFooter,
CardHeader,
CardMedia,
} from '../';

describe( 'Card', () => {
describe( 'basic rendering', () => {
Expand Down
9 changes: 8 additions & 1 deletion packages/components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ export { default as BaseControl } from './base-control';
export { default as __experimentalBoxControl } from './box-control';
export { default as Button } from './button';
export { default as ButtonGroup } from './button-group';
export { Card, CardBody, CardDivider, CardFooter, CardHeader, CardMedia } from './card';
export {
Card,
CardBody,
CardDivider,
CardFooter,
CardHeader,
CardMedia,
} from './card';
export { default as CheckboxControl } from './checkbox-control';
export { default as ClipboardButton } from './clipboard-button';
export { default as __experimentalColorEdit } from './color-edit';
Expand Down

0 comments on commit 564c683

Please sign in to comment.