Skip to content

Commit ca23def

Browse files
akoushkelalli-flores
authored andcommitted
fix(storybook): prettify
1 parent a573853 commit ca23def

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.storybook/config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import { configure } from '@storybook/react';
2-
import '../momentum-ui.scss';
1+
import {configure} from '@storybook/react';
32

43
function loadStories() {
54
const req = require.context('../src', true, /\.stories\.js$/);
6-
req.keys().forEach(filename => req(filename));
5+
req.keys().forEach((filename) => req(filename));
76
}
87

98
configure(loadStories, module);

0 commit comments

Comments
 (0)