This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useEffect, useState } from 'react'; | |
import { useLocation, useNavigate, useNavigationType } from 'react-router'; | |
export default () => { | |
const navigationType = useNavigationType(); | |
const location = useLocation(); | |
const navigate = useNavigate(); | |
const [currentIndex, setCurrentIndex] = useState(0); | |
const [routesLength, setRoutesLength] = useState(0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sentence | Type | |
---|---|---|
Game birds consist of teal and wild duck, snipe, jungle fowl and peacock. | 0 | |
He slid up right behind her before she could duck into a shop. | 1 | |
Geese, duck and teal are abundant. | 0 | |
The duck, on the other hand, when newly hatched, and for nearly a month after, has ternum wholly cartilaginous. | 0 | |
I have laughed at the poor duck, with the red rag tied round its leg. | 0 | |
A cannon ball, flying close to him, caused him to duck and bend over his horse. | 1 | |
I just need a place to duck out of the rain for a bit. | 1 | |
Hen and duck house. | 0 | |
The ceiling was so low I had to duck my head. | 1 |