فهرست منبع

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 {