import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; and then inherit the contract with ERC721URIStorage
contract myNFT is ERC721URIStorage{
contract myNFT is ERC721URIStorage{ } } hope hope this will work