Skip to content

Commit 327bf46

Browse files
Code refactoring
1 parent 23c563e commit 327bf46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layout/Header.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { useState, useRef, useContext } from 'react';
22
import PropTypes from 'prop-types';
33
import { Link } from 'react-router-dom';
4+
5+
// Material UI
46
import AppBar from '@mui/material/AppBar';
57
import Avatar from '@mui/material/Avatar';
68
import Button from '@mui/material/Button';

0 commit comments

Comments
 (0)