Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikazebr committed Apr 8, 2022
1 parent d98db70 commit 61ed55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-app/src/hooks/use-toggle-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { customDarkTheme } from 'src/styles/dark-theme';
import { customLightTheme } from 'src/styles/light-theme';

export const useToggleTheme = () => {
// const { currentTheme, setCurrentTheme } = useThemeContext();
const [currentTheme, setCurrentTheme] = useState<any | undefined>(undefined);

useEffect(() => {
Expand Down

0 comments on commit 61ed55e

Please sign in to comment.