fix: Fix import path after Scrollbar move to @grafana/ui

This commit is contained in:
Johannes Schill
2019-01-16 16:01:42 +01:00
parent 7f4a479451
commit 1d8e036bcb
@@ -2,7 +2,7 @@
import React, { Component } from 'react'; import React, { Component } from 'react';
// Components // Components
import CustomScrollbar from '../CustomScrollbar/CustomScrollbar'; import { CustomScrollbar } from '@grafana/ui';
import PageLoader from '../PageLoader/PageLoader'; import PageLoader from '../PageLoader/PageLoader';
interface Props { interface Props {