Skip to content

Commit 9c0e232

Browse files
committed
chore(docs): add missing import
1 parent 41356e9 commit 9c0e232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/docs/utilities/connected.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ This example initializes the bootstrap's [tooltip](https://getbootstrap.com/docs
1515
library on any element that matches the selector on the page.
1616

1717
```ts
18+
import { connected } from '@ambiki/impulse';
19+
1820
connected('[data-toggle="tooltip"]', (element) => {
1921
$(element).tooltip();
2022
// Destroy the tooltip instance when the element is removed from the page.

0 commit comments

Comments
 (0)