chore: auto-fix linting and formatting issues

This commit is contained in:
hamster1963 2024-12-26 06:41:34 +00:00 committed by github-actions[bot]
parent 193164566a
commit a9a25f8218
2 changed files with 0 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -13,7 +13,6 @@ import { Moon, Sun } from "lucide-react"
import { useTranslations } from "next-intl" import { useTranslations } from "next-intl"
import { useTheme } from "next-themes" import { useTheme } from "next-themes"
export function ModeToggle() { export function ModeToggle() {
const { setTheme, theme } = useTheme() const { setTheme, theme } = useTheme()
const t = useTranslations("ThemeSwitcher") const t = useTranslations("ThemeSwitcher")