Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 31edf21

Browse files
Fix Code Rendering of Modal Component
1 parent fb7625f commit 31edf21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export default function Button({ children, onClick }) {
127127

128128
<details>
129129
<summary>Modal Component</summary>
130+
130131
```
131132
import React from 'react';
132133
import Modal from 'react-modal'; // You don't have to use react-modal, just consume the callback

0 commit comments

Comments
 (0)