Ver Fonte

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

Johannes Schill há 7 anos atrás
pai
commit
1d8e036bcb
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {