import React from 'react';
import { Descriptions, Badge, Layout, Row, Col, Card } from 'antd';
import './bill-of-loading.css';

/* eslint-disable-next-line */
export interface BillOfLoadingProps {}

export function BillOfLoading(props: BillOfLoadingProps) {
  return (
    <h1>welcome</h1>
    );
}

export default BillOfLoading;
