import { useTheme } from "../../context/ThemeContext"; export default function ThemeTogglerTwo() { const { toggleTheme } = useTheme(); return ( ); }