revert rename

This commit is contained in:
Peter Holmberg
2018-09-27 14:45:36 +02:00
parent fede5e6c74
commit b899a0e1c1
9 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import React, { SFC } from 'react';
import classNames from 'classnames/bind';
import PluginListItem from './PluginListItem';
import { PluginListItem } from 'app/types';
import { Plugin } from 'app/types';
import { LayoutMode, LayoutModes } from '../../core/components/LayoutSelector/LayoutSelector';
interface Props {