Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Nov 24, 2024
1 parent 8e8bbf7 commit 44720e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Icon.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Meta, StoryObj } from '@storybook/react';
import { Icon } from 'lib/components';
import type { ComponentProps } from 'react';
import { Icon } from '../lib/components';

type StoryProps = ComponentProps<typeof Icon>;

Expand Down

0 comments on commit 44720e2

Please sign in to comment.