Skip to content

Commit

Permalink
export default
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 20, 2019
1 parent 8070047 commit fad0959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import FormControlLabel from '@material-ui/core/FormControlLabel';
import FormControl from '@material-ui/core/FormControl';
import FormLabel from '@material-ui/core/FormLabel';

function FormControlLabelPosition() {
export default function FormControlLabelPosition() {
return (
<FormControl component="fieldset">
<FormLabel component="legend">Label Placement</FormLabel>
Expand Down Expand Up @@ -38,5 +38,3 @@ function FormControlLabelPosition() {
</FormControl>
);
}

export default FormControlLabelPosition;
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import FormControlLabel from '@material-ui/core/FormControlLabel';
import FormControl from '@material-ui/core/FormControl';
import FormLabel from '@material-ui/core/FormLabel';

function FormControlLabelPosition() {
export default function FormControlLabelPosition() {
return (
<FormControl component="fieldset">
<FormLabel component="legend">Label Placement</FormLabel>
Expand Down Expand Up @@ -38,5 +38,3 @@ function FormControlLabelPosition() {
</FormControl>
);
}

export default FormControlLabelPosition;

0 comments on commit fad0959

Please sign in to comment.