import { installable } from '../utils'; import _Cell from './Cell'; const Cell = installable(_Cell); export default Cell; export { Cell };