Fix build: remove unused usePathname from editor Header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8238462707
commit
2ecacacb3f
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue