mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
rename to pluginlistitem
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import React, { SFC } from 'react';
|
||||
import classNames from 'classnames/bind';
|
||||
import PluginListItem from './PluginListItem';
|
||||
import { Plugin } from 'app/types';
|
||||
import { PluginListItem } from 'app/types';
|
||||
import { LayoutMode, LayoutModes } from '../../core/components/LayoutSelector/LayoutSelector';
|
||||
|
||||
interface Props {
|
||||
plugins: Plugin[];
|
||||
plugins: PluginListItem[];
|
||||
layoutMode: LayoutMode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user