Skip to content

Commit

Permalink
[Snackbar] Remove duplicate default export in docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Apr 12, 2016
1 parent c588d9b commit 446f5e6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ export default class SnackbarExampleSimple extends React.Component {
);
}
}

export default SnackbarExampleSimple;
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ export default class SnackbarExampleSimple extends React.Component {
);
}
}

export default SnackbarExampleSimple;
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ export default class SnackbarExampleTwice extends React.Component {
);
}
}

export default SnackbarExampleTwice;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.15.0-beta.1",
"version": "0.15.0-alpha.2",
"description": "Material Design UI components built with React",
"main": "./src/index.js",
"keywords": [
Expand Down

0 comments on commit 446f5e6

Please sign in to comment.