浏览代码

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 {