Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use client';
|
||||
import { ChevronUp } from 'lucide-react';
|
||||
import Image from 'next/image';
|
||||
import { type User } from 'next-auth';
|
||||
import type { User } from 'next-auth';
|
||||
import { signOut } from 'next-auth/react';
|
||||
import { useTheme } from 'next-themes';
|
||||
|
||||
|
|
@ -51,6 +51,7 @@ export function SidebarUserNav({ user }: { user: User }) {
|
|||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem asChild>
|
||||
<button
|
||||
type="button"
|
||||
className="w-full cursor-pointer"
|
||||
onClick={() => {
|
||||
signOut({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue