eslint-disable react-hooks/exhaustive-deps in Nav.jsx

This commit is contained in:
Janis
2022-05-03 21:30:24 +02:00
parent cdc1b2fa3a
commit a9a2708d5d

View File

@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/exhaustive-deps */
import React, { useState, useEffect } from "react";
import { useParams, useNavigate, useLocation } from "react-router-dom";