From 1d8e036bcbf779faaf4e70c30cefbe0805a7b7eb Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Wed, 9 Jan 2019 16:31:28 +0100 Subject: [PATCH] fix: Fix import path after Scrollbar move to @grafana/ui --- public/app/core/components/Page/PageContents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/Page/PageContents.tsx b/public/app/core/components/Page/PageContents.tsx index bf5e3ba7385..4c740584e69 100644 --- a/public/app/core/components/Page/PageContents.tsx +++ b/public/app/core/components/Page/PageContents.tsx @@ -2,7 +2,7 @@ import React, { Component } from 'react'; // Components -import CustomScrollbar from '../CustomScrollbar/CustomScrollbar'; +import { CustomScrollbar } from '@grafana/ui'; import PageLoader from '../PageLoader/PageLoader'; interface Props {