Skip to content

Commit f6f393d

Browse files
authored
Update README.md
1 parent 7e27453 commit f6f393d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ I was inspired by packages like [react-toastify](https://npmjs.com/package/react
4343

4444
**`Usage.tsx`**
4545
```tsx
46+
import { Modal } from "./modal.ts" // Local instance.
47+
import { ModalComponent } from "./ModalComponent.ts"
48+
4649
function Usage() {
4750
return <div onClick={() => Modal.open(ModalComponent)} />
4851
}

0 commit comments

Comments
 (0)