Fix bug company update (#1664)

This commit is contained in:
Charles Bochet
2023-09-19 14:59:08 -07:00
committed by GitHub
parent ec90c77ec1
commit 772711154d
3 changed files with 27 additions and 22 deletions

View File

@ -10,7 +10,6 @@ computeStoriesGlob = () => {
}
return ['../src/**/*.stories.@(js|jsx|ts|tsx)']
};
module.exports = {