import React from 'react'; import { Container, Row, Col, Table, Card, CardBody, CardTitle } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { ProfileLeftNav } from "../../components/Profile/ProfileLeftNav"; import { ProfileHeader } from "../../components/Profile/ProfileHeader"; import { TrTableResponsive } from "./../../Tables/Tables/components/TrTableResponsive"; const BillingEdit = () => ( { /* START Content */} Billing History { /* START Table */}
# Browser & OS IP Location Signed In Action
{ /* END Table */}
{ /* END Content */}
); export default BillingEdit;