pre-commit lint

This commit is contained in:
Lucian Petri
2022-12-30 03:19:36 +02:00
parent 4d53bbe7a8
commit 53673d2aa3
7 changed files with 60 additions and 63 deletions
@@ -1,7 +1,6 @@
import { Switch, useColorMode } from "@chakra-ui/react";
import React from "react";
const ColorModeSwitch = () => {
const { colorMode, toggleColorMode } = useColorMode();
return (