Created
July 17, 2020 19:28
-
-
Save DZuz14/77fc8f5994b2556574052dae043f809b to your computer and use it in GitHub Desktop.
Adjacent Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return ( | |
| <Accordion> | |
| <Accordion.Collapsed> | |
| …content here | |
| </Accordion.Collapsed> | |
| <Accordion.Expanded> | |
| …content here | |
| </Accordion.Expanded> | |
| </Accordion> | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment