import React from 'react';
import File from './file';

export default function Excel(props) {
  return <File extension="XLS" {...props} />;
}
