fix: 删除赞助商模块,删除新版本模块

This commit is contained in:
2025-07-24 17:18:32 -07:00
parent 4a4c3aa88a
commit 6e62353096
5 changed files with 2 additions and 121 deletions
@@ -1,13 +1,9 @@
import Billing from '@/components/billing';
import PaymentTable from './payment-table';
export default async function Page() {
return (
<>
<PaymentTable />
<div className='mt-5 flex flex-col gap-3'>
<Billing type='payment' />
</div>
</>
);
}