import React from 'react' import {Col, ColProps} from "antd"; const StarshipCol = (props: ColProps) => { return ( ) } export default StarshipCol