import React from 'react' import {Row, RowProps} from "antd"; const StarshipRow = (props: RowProps) => { return ( ) } export default StarshipRow