Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 11, 2022
1 parent 41369c4 commit d33310f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions code/renderers/react/src/public-types.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import type {
AnnotatedStoryFn,
Args,
ComponentAnnotations,
StoryAnnotations,
ArgsStoryFn,
DecoratorFunction,
ComponentAnnotations,
LoaderFunction,
StoryAnnotations,
} from '@storybook/csf';
import { UnionToIntersection, Simplify, SetOptional } from 'type-fest';
import { SetOptional, Simplify, UnionToIntersection } from 'type-fest';
import { ComponentProps, ComponentType, JSXElementConstructor } from 'react';

import { ReactFramework } from './types';
Expand Down

0 comments on commit d33310f

Please sign in to comment.