fix eslint errors

This commit is contained in:
xCyanGrizzly
2026-02-18 15:27:23 +01:00
parent 3a5726e82b
commit 564f81585b
8 changed files with 14 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
import { signOut, useSession } from "next-auth/react";
import Link from "next/link";
import { LogOut, Settings, User } from "lucide-react";
import { LogOut, Settings } from "lucide-react";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import {
DropdownMenu,