Skip to content

Commit

Permalink
fix(inline-avatars): move inline-avatars stories to features folder
Browse files Browse the repository at this point in the history
  • Loading branch information
undrcrxwn committed Aug 27, 2023
1 parent f63bb1e commit 8977efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/inline-avatars/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Meta, StoryObj} from '@storybook/react';
import {InlineAvatars} from './index';

const meta: Meta<typeof InlineAvatars> = {
title: 'widgets/InlineAvatars',
title: 'features/InlineAvatars',
component: InlineAvatars,
tags: ['autodocs'],
};
Expand Down
2 changes: 1 addition & 1 deletion src/features/thread/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from 'classnames';
import {HTMLAttributes, useState} from 'react';
import {InlineAvatars} from 'src/features/inline-avatars';
import {InlineAvatars} from '../inline-avatars';

import {Button, ButtonVariant, Text, TextSize} from '~/shared/ui';

Expand Down

0 comments on commit 8977efe

Please sign in to comment.