Skip to content

Commit b07a2a7

Browse files
committed
fix: remove unused import of X icon in MobileNavDrawer component
1 parent c08460f commit b07a2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/MobileNavDrawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState } from "react";
2-
import { Menu, X, Github, BookText, Cable, Sun, Moon } from "lucide-react";
2+
import { Menu, Github, BookText, Cable, Sun, Moon } from "lucide-react";
33
import { Button } from "@/components/ui/button";
44
import {
55
Sheet,

0 commit comments

Comments
 (0)