Skip to content

Commit 7425469

Browse files
feat(unity-react-core): update storybook to use renamed file unity-bootstrap.js
1 parent 0900210 commit 7425469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-react-core/.storybook/preview.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "@asu/unity-bootstrap-theme/src/scss/unity-bootstrap-theme.bundle.scss";
33
import * as bootstrap from "bootstrap/dist/js/bootstrap.bundle.min.js";
44
globalThis.bootstrap = bootstrap;
55

6-
import "@asu/unity-bootstrap-theme/src/js/unity-bootstrap-theme.js";
6+
import "@asu/unity-bootstrap-theme/src/js/unity-bootstrap.js";
77
import { globalDecorators } from "./decorators.tsx";
88
import { Container } from "./docPage.tsx";
99

0 commit comments

Comments
 (0)