Skip to content

Commit

Permalink
Removes unnecessary MoonIcon import
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jan 22, 2025
1 parent 6acf596 commit beb2383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modeToggle.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import * as React from "react";
import { Moon, MoonIcon, Sun } from "lucide-react";
import { Moon, Sun } from "lucide-react";
import { useTheme } from "next-themes";

import { Button } from "@/components/ui/button";
Expand Down

0 comments on commit beb2383

Please sign in to comment.