import React from 'react';

export default (props) => {
  return (
    <div>该站点不支持这个版本的浏览器, 请使用最新版本的 Chrome 或 Firefox</div>
  );
};
