Skip to content

Commit

Permalink
removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
mwritter committed Jul 1, 2022
1 parent 460c88f commit d7e2346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/karma/apiProviderFixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import formattedStoriesArray from '../dataUtils/formattedStoriesArray';
import formattedTaxonomiesArray from '../dataUtils/formattedTaxonomiesArray';
import formattedTaxonomyTermsObject from '../dataUtils/formattedTaxonomyTermsObject';
import formattedTemplatesArray from '../dataUtils/formattedTemplatesArray';
import { STORY_STATUSES, STORY_SORT_OPTIONS } from '../constants/stories';
import { STORY_SORT_OPTIONS } from '../constants/stories';
import { groupTemplatesByTag } from '../testUtils';

/* eslint-disable jasmine/no-unsafe-spy */
Expand Down

0 comments on commit d7e2346

Please sign in to comment.