mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
refactor: export icons -> export icon1, export icon2, ...
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { useTheme } from "next-themes";
|
||||
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { icons } from "@/components/icons";
|
||||
import * as icons from "@/components/icons";
|
||||
|
||||
export function ThemeToggle() {
|
||||
const { resolvedTheme, setTheme } = useTheme();
|
||||
|
||||
Reference in New Issue
Block a user