Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created November 14, 2021 06:11
Show Gist options
  • Save hieptl/4d5bfce4f6a8df6ef05576023e5767e4 to your computer and use it in GitHub Desktop.
Save hieptl/4d5bfce4f6a8df6ef05576023e5767e4 to your computer and use it in GitHub Desktop.
Header.js - Server - Discord Clone
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