Skip to content

Commit da9dbb4

Browse files
author
EstoesMoises
committed
fix: removing unused import
1 parent 8a96d5d commit da9dbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/stack-overflow-teams/src/components/StackOverflow/hooks/useStackOverflowData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useState, useEffect, useCallback } from 'react';
1+
import { useState, useCallback } from 'react';
22
import { useApi } from '@backstage/core-plugin-api';
33
import { Question, stackoverflowteamsApiRef, Tag, User } from '../../../api/';
44

0 commit comments

Comments
 (0)