Skip to content

Commit

Permalink
Fix transition styles import
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarens committed Oct 9, 2017
1 parent 61a982b commit 772835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alert/styles.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { bootstrap } from "toetag";
import useSheet from "react-jss";
import { transitionStyles } from "../alert-transition";
import transitionStyles from "../transition-styles";

export default useSheet({
...transitionStyles,
Expand Down

0 comments on commit 772835f

Please sign in to comment.