Skip to content

Commit 51702de

Browse files
authored
Update README.md
1 parent f6f393d commit 51702de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This is how you disaply your modal components
213213
// Import default styles.
214214
import "react-modal-global/styles/modal.scss"
215215

216-
import { Modal } from "react-modal-global"
216+
import { Modal } from "./modal.ts" // Your local Modal instance.
217217
218218
import PopupLogin from "./PopupLogin"
219219

0 commit comments

Comments
 (0)