Counselllor / Counsellor-Web

Found the usage of undeclared variables JS-0125
Bug risk
Critical
1 occurrence in this check
'ThemeContext' is not defined
144      }));
145  });
146
147  const { theme, toggleTheme } = useContext(ThemeContext);148
149  // Theme toggle function
150  const handleThemeChange = () => {