chore(lint): fixing linting for hooks

This commit is contained in:
blam
2020-11-22 03:07:23 +01:00
parent f12a7cd906
commit b877f46fde
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { useState, useEffect } from 'react';
import { useState } from 'react';
import { Job } from '../../types';
import { useApi } from '@backstage/core';
import { scaffolderApiRef } from '../../api';