feat: improve structure and error handling
This commit is contained in:
11
components/Header/Hamburger/index.tsx
Normal file
11
components/Header/Hamburger/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import styles from "./hamburger.module.css"
|
||||
|
||||
export default function Hamburger() {
|
||||
return (
|
||||
<button className={styles.hamburger} type="button">
|
||||
<div className={styles.line} />
|
||||
<div className={styles.line} />
|
||||
<div className={styles.line} />
|
||||
</button>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user