Skip to content

Commit 772835f

Browse files
committed
Fix transition styles import
1 parent 61a982b commit 772835f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/alert/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { bootstrap } from "toetag";
22
import useSheet from "react-jss";
3-
import { transitionStyles } from "../alert-transition";
3+
import transitionStyles from "../transition-styles";
44

55
export default useSheet({
66
...transitionStyles,

0 commit comments

Comments
 (0)