Skip to content

Commit

Permalink
Update mode-toggle.tsx
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
alexguja authored Dec 23, 2024
1 parent 1081536 commit 1e87b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/registry/new-york/examples/mode-toggle.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 "@/registry/new-york/ui/button"
Expand Down

0 comments on commit 1e87b5f

Please sign in to comment.