소스 검색

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

Johannes Schill 7 년 전
부모
커밋
1d8e036bcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/core/components/Page/PageContents.tsx

+ 1 - 1
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 {