Skip to content

Commit

Permalink
fix: eslint styling
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 committed May 22, 2024
1 parent efd8a4b commit baf65a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/components/LogoIcon.stories.tsx
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit baf65a9

Please sign in to comment.