Skip to content

Commit

Permalink
fix: renamed slug to ailabel
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Sep 16, 2024
1 parent b2ab559 commit a6dfd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Slug/Slug.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ArgTypes, Canvas, Story } from '@storybook/blocks';
import { Slug, SlugContent, SlugActions } from '../Slug';
import { AILabel, AILabelContent, AILabelActions } from '../AILabel';
import * as AILabelStories from './../AILabel/AILabel.stories';

<Meta of={AILabelStories} />
Expand Down

0 comments on commit a6dfd7a

Please sign in to comment.