Skip to content

Commit

Permalink
export madness!
Browse files Browse the repository at this point in the history
  • Loading branch information
pmn4 committed Feb 6, 2020
1 parent f2954b2 commit c83c71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export { default as Small } from "./components/Typography/Small.js";
export { default as Success } from "./components/Typography/Success.js";
export { default as Warning } from "./components/Typography/Warning.js";

export { default as materialKitReact } from "./assets/jss/material-kit-react.js";
import * as materialKitReact from "./assets/jss/material-kit-react.js";
export { materialKitReact };
export { default as badgeStyle } from "./assets/jss/material-kit-react/components/badgeStyle.js";
export { default as buttonStyle } from "./assets/jss/material-kit-react/components/buttonStyle.js";
export { default as cardBodyStyle } from "./assets/jss/material-kit-react/components/cardBodyStyle.js";
Expand Down

0 comments on commit c83c71d

Please sign in to comment.