Skip to content

Commit

Permalink
remove now unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Nov 24, 2021
1 parent b5aa48b commit 2719f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-app/src/components/DirectAnswer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useAnswersState } from "@yext/answers-headless-react";
import { FeaturedSnippetDirectAnswer, FieldValueDirectAnswer, DirectAnswerType } from '@yext/answers-headless';
import { DirectAnswerType } from '@yext/answers-headless';
import renderWithHighlighting from './utils/renderWithHighlighting';
import classNames from "classnames";
import '../sass/DirectAnswer.scss';
Expand Down

0 comments on commit 2719f39

Please sign in to comment.