Skip to content

Commit

Permalink
refactor: remove unused import in MobileSidebar component
Browse files Browse the repository at this point in the history
  • Loading branch information
immdipu committed May 10, 2024
1 parent 22df2e4 commit e93c054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/component/sidenav/MobileSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import DesktopSidebar from "./DesktopSidebar";

const MobileSidebar = () => {
const GlobalContext = useContext(SearchContext);

return (
<>
<div
Expand Down

0 comments on commit e93c054

Please sign in to comment.