Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 2, 2023
1 parent b16c95d commit 37353be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
'../packages/animation/src/**/stories/*.js',
],
experimental_indexers: (indexers) => {
const createIndex = async (fileName, opts) => {
const createIndex = (fileName, opts) => {
const code = readFileSync(fileName, {
encoding: 'utf-8',
});
Expand Down

0 comments on commit 37353be

Please sign in to comment.