Skip to content

Commit

Permalink
Fix malformed import
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpeihl committed Jan 31, 2023
1 parent 284078d commit 3c6d0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/dashboard/panel_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { FtrProviderContext } from '../../../../x-pack/test/functional/ftr_provider_context';
import { FtrProviderContext } from '../../ftr_provider_context';
import { CommonlyUsed } from '../../page_objects/time_picker';

export function DashboardCustomizePanelProvider({ getService }: FtrProviderContext) {
Expand Down

0 comments on commit 3c6d0fe

Please sign in to comment.