From 5520cd2c68df1c7da4c679aa39728fb93b34492e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Wed, 9 Sep 2020 08:57:07 +0200 Subject: [PATCH] Chore: fixes build errors (#27466) --- .../components/DashboardSettings/AutoRefreshIntervals.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx b/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx index f8f4dd36b3f..a9cf7edf21c 100644 --- a/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx +++ b/public/app/features/dashboard/components/DashboardSettings/AutoRefreshIntervals.test.tsx @@ -4,7 +4,7 @@ import userEvent from '@testing-library/user-event'; import { defaultIntervals } from '@grafana/ui/src/components/RefreshPicker/RefreshPicker'; import { AutoRefreshIntervals, getValidIntervals, Props, validateIntervals } from './AutoRefreshIntervals'; -import { TimeSrv } from 'app/core/services/TimeSrv'; +import { TimeSrv } from '../../services/TimeSrv'; const setupTestContext = (options: Partial) => { const defaults: Props = {