import React from 'react';
import { type ICommand } from './';

export const divider: ICommand = {
  keyCommand: 'divider',
};
