Created
November 14, 2021 06:11
-
-
Save hieptl/4d5bfce4f6a8df6ef05576023e5767e4 to your computer and use it in GitHub Desktop.
Header.js - Server - Discord Clone
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
const Header = () => { | |
return ( | |
<div className="server__main-header"> | |
</div> | |
); | |
}; | |
export default Header; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment