diff --git a/src/stories/components/LogoIcon.stories.tsx b/src/stories/components/LogoIcon.stories.tsx index fcaaaa50..752109fd 100644 --- a/src/stories/components/LogoIcon.stories.tsx +++ b/src/stories/components/LogoIcon.stories.tsx @@ -1,5 +1,5 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { SmallLogo, LargeLogo } from '@views/components/common/LogoIcon'; +import { LargeLogo, SmallLogo } from '@views/components/common/LogoIcon'; import React from 'react'; const meta = {