components/Intro/index.js
Function Intro
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Intro = () => {
const [{ showIntro }, dispatch] = useImages();
const { locale } = useRouter();
const [steps, setSteps] = useState([]);
const [introCookie, setIntroCookie] = useState(false);