Explorar el Código

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

Johannes Schill hace 7 años
padre
commit
1d8e036bcb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {