mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
// @ts-nocheck
|
|
import React from 'react';
|
|
import BillingPlansForm from './BillingPlansForm';
|
|
|
|
export default function BillingTab() {
|
|
return (<BillingPlansForm />);
|
|
} |