Skip to content

Commit

Permalink
removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed May 6, 2022
1 parent 38d7dc7 commit 9ea7ac7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useEffect, useRef, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useMutation } from 'react-query';
import { useHistory } from 'react-router-dom';
import { DefaultHotSpot } from '../../../../../stories/capture-models/HotSpot.stories';
import { AnnotationBuckets, AnnotationStyles } from '../../../../types/annotation-styles';
import { HotSpot } from '../../../shared/atoms/HotSpot';
import { SystemListItem } from '../../../shared/atoms/SystemListItem';
Expand Down

0 comments on commit 9ea7ac7

Please sign in to comment.