fixing eslint

This commit is contained in:
Lucian Petri
2022-12-30 03:13:41 +02:00
parent 5d719e274a
commit 4d53bbe7a8
5 changed files with 18792 additions and 7892 deletions
@@ -1,9 +1,8 @@
import { Switch, useColorMode } from "@chakra-ui/react";
import React from "react";
type Props = {};
const ColorModeSwitch = (props: Props) => {
const ColorModeSwitch = () => {
const { colorMode, toggleColorMode } = useColorMode();
return (
<Switch