Compare commits
2 Commits
ce1679fd92
...
7978b37203
| Author | SHA1 | Date | |
|---|---|---|---|
| 7978b37203 | |||
| c95da0891e |
@@ -0,0 +1,18 @@
|
|||||||
|
import React from "react";
|
||||||
|
import styles from "styles.module.css";
|
||||||
|
|
||||||
|
const Header = () => {
|
||||||
|
return (
|
||||||
|
// Main Container
|
||||||
|
<div>
|
||||||
|
{/* Logo and Org */}
|
||||||
|
<div>
|
||||||
|
<h1>Logo</h1>
|
||||||
|
</div>
|
||||||
|
{/* Search */}
|
||||||
|
<div>Search</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Header;
|
||||||
|
|||||||
Reference in New Issue
Block a user