Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created July 25, 2021 17:28
Show Gist options
  • Select an option

  • Save KevinVR/39872fd5596ac0380ed51dc2c24ccbb7 to your computer and use it in GitHub Desktop.

Select an option

Save KevinVR/39872fd5596ac0380ed51dc2c24ccbb7 to your computer and use it in GitHub Desktop.
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