Skip to content

Commit 7f79ed4

Browse files
fix: import path
1 parent 9458984 commit 7f79ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## How to use it?
88

99
```tsx
10-
import { SlotsProps, Slots, SlotsCreator } from './Slots';
10+
import { SlotsProps, Slots, SlotsCreator } from 'slots-component';
1111

1212
const DEFAULT_SLOTS = {
1313
List: 'ul',
@@ -50,4 +50,4 @@ export const List = <
5050
</combinedSlots.List>
5151
);
5252
};
53-
```
53+
```

0 commit comments

Comments
 (0)