Skip to content

Commit

Permalink
refactor: Remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
preston176 committed May 29, 2024
1 parent daedef0 commit dcdf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Header/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useContext } from 'react';
import { useState, useContext } from 'react';
import { Bars3BottomRightIcon, XMarkIcon } from '@heroicons/react/24/solid';
import { Link } from 'react-router-dom';
import { ThemeContext } from '@emotion/react';
Expand Down

0 comments on commit dcdf01c

Please sign in to comment.