Skip to content

Commit ab7e6a1

Browse files
nit: move type imports after regular imports
1 parent 8103285 commit ab7e6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/react-image/src/stories/Image/ImageDefault.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
2+
import { Image } from '@fluentui/react-components';
23
import type { ImageProps } from '@fluentui/react-components';
34
import type { ArgTypes, Parameters } from '@storybook/react';
4-
import { Image } from '@fluentui/react-components';
55

66
export const Default = (props: ImageProps) => {
77
return <Image {...props} />;

0 commit comments

Comments
 (0)