Skip to content

Commit

Permalink
docs(collapse): import from root package
Browse files Browse the repository at this point in the history
Поправил импорт в доке
  • Loading branch information
EGNKupava committed Jul 24, 2023
1 parent a55b1ab commit 536e143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/collapse/src/docs/Component.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import Changelog from '../../CHANGELOG.md?raw';
<ComponentHeader
name='Collapse'
version={packageJson.version}
package='@alfalab/core-components-collapse'
package='@alfalab/core-components/collapse'
/>

```jsx
import { Collapse } from '@alfalab/core-components-collapse';
import { Collapse } from '@alfalab/core-components/collapse';
```

<Tabs
Expand Down

0 comments on commit 536e143

Please sign in to comment.