Created
May 5, 2021 18:00
-
-
Save nikolalsvk/e875b5e97a80584d99e25f9f038a56c3 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" | |
interface Props {} | |
const NewComponent = (props: Props) => { | |
return ( | |
<> | |
<div></div> | |
</> | |
) | |
} | |
export default NewComponent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment