Skip to content

Commit

Permalink
chore(fe): minor linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNenashev committed Nov 23, 2023
1 parent 64f59c9 commit 50d1612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
QueryExamplesListItem,
QueryExamplesSkeleton,
} from 'components/shared/elements';
import { AddIcon, LinkIcon } from 'components/shared/icons';
import { LinkIcon } from 'components/shared/icons';
import { useTranslation } from 'react-i18next';
import { useAppParams } from 'lib/hooks';
import { useGetQueryExamplesByDatasetId } from 'lib/hooks/api/dataModelling/queryExamples';
Expand Down

0 comments on commit 50d1612

Please sign in to comment.