mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
migrate ui-components from flow to typescript
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import path from 'path';
|
||||
import initStoryshots from '@storybook/addon-storyshots';
|
||||
import path from "path";
|
||||
import initStoryshots from "@storybook/addon-storyshots";
|
||||
|
||||
initStoryshots({
|
||||
configPath: path.resolve(__dirname, '..', '.storybook'),
|
||||
configPath: path.resolve(__dirname, "..", ".storybook")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user