chore: remove unnecessary code

This commit is contained in:
ValdiANS
2025-11-28 10:28:33 +07:00
parent 909aa3357c
commit b8590040ff
+1 -1
View File
@@ -1,7 +1,7 @@
'use client';
import { ReactNode, useEffect } from 'react';
import { usePathname, useRouter } from 'next/navigation';
import { useRouter } from 'next/navigation';
import useSWRImmutable from 'swr/immutable';
import { useAuth } from '@/services/hooks/useAuth';