Преглед изворни кода

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 {