Fix build: remove unused usePathname from editor Header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-02-26 18:36:21 +00:00
parent 8238462707
commit 2ecacacb3f

View file

@ -47,7 +47,6 @@ const Header = ({
const [open, setOpen] = useState(false);
const [showLoader, setShowLoader] = useState(false);
const router = useRouter();
const pathname = usePathname();
const dispatch = useDispatch();