Created
July 25, 2021 17:28
-
-
Save KevinVR/39872fd5596ac0380ed51dc2c24ccbb7 to your computer and use it in GitHub Desktop.
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
| import React from 'react'; | |
| const LightBox = () => { | |
| return ( | |
| <div> | |
| </div> | |
| ); | |
| }; | |
| export default LightBox; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment