chore: Move CustomScrollbar to @grafana/ui #14759

This commit is contained in:
Johannes Schill
2019-01-08 16:59:16 +01:00
parent a9808ef518
commit 6ac25d41fa
10 changed files with 44 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
import React, { PureComponent } from 'react';
// Components
import CustomScrollbar from 'app/core/components/CustomScrollbar/CustomScrollbar';
import { CustomScrollbar } from '@grafana/ui';
import { FadeIn } from 'app/core/components/Animations/FadeIn';
import { PanelOptionSection } from './PanelOptionSection';