Commit 1d8e036b by Johannes Schill

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

parent 7f4a4794
...@@ -2,7 +2,7 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment