Skip to content

Commit

Permalink
fix(test): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Sep 23, 2024
1 parent accb4c5 commit a020924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TestProvider } from 'test/helpers/TestProvider';
import { getGrafanaContextMock } from 'test/mocks/getGrafanaContextMock';

import { NavModelItem } from '@grafana/data';
import { selectors } from '@grafana/e2e-selectors';
// import { selectors } from '@grafana/e2e-selectors';
import { locationService } from '@grafana/runtime';

import { MegaMenu } from './MegaMenu';
Expand Down

0 comments on commit a020924

Please sign in to comment.