Skip to content

Commit 82b57ec

Browse files
Code refactoring
1 parent d637051 commit 82b57ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useRef, useContext } from 'react';
1+
import { useState, useRef, useContext } from 'react';
22
import PropTypes from 'prop-types';
33
import { Link } from 'react-router-dom';
44
import AppBar from '@mui/material/AppBar';

0 commit comments

Comments
 (0)