mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Fix import path after Scrollbar move to @grafana/ui
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user