import React, { Component } from 'react' import { Card, Col, Descriptions } from 'antd' export default class base extends Component { render() { const { base } = this.props const { hostName, systemOs, wanIp, lanIp, osArchitecture, frameworkDescription } = base return ( <>