We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc3398 commit 6cea7f7Copy full SHA for 6cea7f7
example/index.tsx
@@ -2,7 +2,7 @@ import 'react-app-polyfill/ie11';
2
import * as React from 'react';
3
import * as ReactDOM from 'react-dom';
4
import { ModalProvider, Modal, useModal } from '../dist/index';
5
-import '../dist/react-simple-hook-modal.cjs.development.css';
+import '../dist/styles.css';
6
7
const ModalContent = ({ onCloseClicked }) => {
8
const { isModalOpen, openModal, closeModal } = useModal();
0 commit comments