some-improvement
This commit is contained in:
@@ -27,6 +27,7 @@ import {
|
||||
type CreditBalance,
|
||||
} from '../../services/billing.api';
|
||||
import { Card } from '../../components/ui/card';
|
||||
import BillingRecentTransactions from '../../components/billing/BillingRecentTransactions';
|
||||
|
||||
type TabType = 'overview' | 'invoices' | 'payments';
|
||||
|
||||
@@ -113,6 +114,11 @@ export default function AccountBillingPage() {
|
||||
<div className="flex items-center justify-between mb-6">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold">Plans & Billing</h1>
|
||||
{/* Recent Transactions (moved from Credits & Billing overview) */}
|
||||
<div>
|
||||
<BillingRecentTransactions />
|
||||
</div>
|
||||
|
||||
<p className="text-gray-600">Manage your subscription, credits, and billing</p>
|
||||
</div>
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user