Skip to content

Commit

Permalink
refactor : remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
heesane committed Nov 22, 2024
1 parent 4c9fb7e commit dc0d49e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next/src/components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Link from "next/link";
import {Button} from "@/components/ui/button";
import {Sheet, SheetContent, SheetTrigger} from "@/components/ui/sheet";
import {MenuIcon, MountainIcon} from "lucide-react";
import {MountainIcon} from "lucide-react";

export function Header() {
return (
Expand Down

0 comments on commit dc0d49e

Please sign in to comment.