chore: eslint plugins to sort import and remove unused import automatically

This commit is contained in:
croumegous
2022-12-31 18:22:06 +01:00
parent bd2a7e93e3
commit a0b900559c
35 changed files with 179 additions and 130 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import React from "react";
import { signOut, useSession } from "next-auth/react";
import Image from "next/image";
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";
export function UserMenu() {