Skip to content

Commit

Permalink
Merge pull request #183 from reaviz/avatar-group-story-fix
Browse files Browse the repository at this point in the history
Fix stories Avatar Group & InfinityList
  • Loading branch information
amcdnl authored May 14, 2024
2 parents fd792eb + 4e99597 commit b8805b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/data/InfinityList/InfinityList.story.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { InfinityList } from './InfinityList';
import { useInfinityList } from './useInfinityList';

Expand Down
1 change: 0 additions & 1 deletion src/elements/AvatarGroup/AvatarGroup.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ export const Basic = () => (
);
}
})}
)
</AvatarGroup>
);
2 changes: 1 addition & 1 deletion src/form/Input/InlineInput/InlineInput.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC, forwardRef, Ref, InputHTMLAttributes } from 'react';
import React, { FC, forwardRef, Ref, InputHTMLAttributes } from 'react';
import AutosizeInput from 'react-18-input-autosize';
import { twMerge } from 'tailwind-merge';
import { InputTheme } from '@/form/Input/InputTheme';
Expand Down

0 comments on commit b8805b3

Please sign in to comment.