Skip to content

Commit 6cea7f7

Browse files
committed
fix: Update style import in example
1 parent 3dc3398 commit 6cea7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'react-app-polyfill/ie11';
22
import * as React from 'react';
33
import * as ReactDOM from 'react-dom';
44
import { ModalProvider, Modal, useModal } from '../dist/index';
5-
import '../dist/react-simple-hook-modal.cjs.development.css';
5+
import '../dist/styles.css';
66

77
const ModalContent = ({ onCloseClicked }) => {
88
const { isModalOpen, openModal, closeModal } = useModal();

0 commit comments

Comments
 (0)