Skip to content

Commit

Permalink
chore: import ArgTypes from sb addons package to mitigate extrenous d…
Browse files Browse the repository at this point in the history
…ep lint error
  • Loading branch information
Hotell committed Jun 11, 2024
1 parent 4880f50 commit bcf1bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ArgTypes } from '@storybook/api';
import type { ArgTypes } from '@storybook/react';
import * as React from 'react';
import { Avatar } from '@fluentui/react-components';
import type { AvatarProps } from '@fluentui/react-components';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ArgTypes } from '@storybook/api';
import type { ArgTypes } from '@storybook/react';
import { makeStyles, useId, Input, Label } from '@fluentui/react-components';
import type { InputProps } from '@fluentui/react-components';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ArgTypes } from '@storybook/api';
import type { ArgTypes } from '@storybook/react';
import { Field, SearchBox } from '@fluentui/react-components';
import type { SearchBoxProps } from '@fluentui/react-components';

Expand Down

0 comments on commit bcf1bf6

Please sign in to comment.