fix method signature from merge. eslint fixes

This commit is contained in:
Desmond Grealy
2023-01-02 20:28:36 -08:00
parent de7e8c08a2
commit a76441baf0
23 changed files with 50 additions and 46 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
import { Box, useColorModeValue } from "@chakra-ui/react";
import { Popover } from "@headlessui/react";
import { AnimatePresence, motion } from "framer-motion";
import Image from "next/image";
import { signOut, useSession } from "next-auth/react";
import React from "react";
import { FaCog, FaSignOutAlt } from "react-icons/fa";
import { Box, useColorModeValue } from "@chakra-ui/react";
export function UserMenu() {
const { data: session } = useSession();