mirror of
https://github.com/hex248/tsos.git
synced 2026-02-07 18:23:05 +00:00
biome check+format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Moon, Sun } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { Moon, Sun } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
function ThemeToggle({ className }: { className?: string }) {
|
||||
const [theme, setTheme] = useState<string | null>();
|
||||
|
||||
Reference in New Issue
Block a user