mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
import React from 'react';
|
|
import BillingPlansForm from './BillingPlansForm';
|
|
|
|
export default function BillingTab() {
|
|
return (<BillingPlansForm />);
|
|
} |