mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
"Added useCallback import from 'react' in popup.js"
This commit is contained in:
parent
6157de24fa
commit
37851906f2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import openCustomProtocolURI from "custom-protocol-check";
|
||||
import React, { useEffect, useState } from "react";
|
||||
import React, { useEffect, useState, useCallback } from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import spinner from "./spinner.svg";
|
||||
|
||||
|
|
Loading…
Reference in a new issue