diff options
Diffstat (limited to 'storybook/views/index.ts')
-rw-r--r-- | storybook/views/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storybook/views/index.ts b/storybook/views/index.ts index a722e53..fb7ed3e 100644 --- a/storybook/views/index.ts +++ b/storybook/views/index.ts @@ -1,3 +1,3 @@ -export * from "./story-screen" -export * from "./story" -export * from "./use-case" +export * from './story-screen' +export * from './story' +export * from './use-case' |