add payment section

This commit is contained in:
2026-01-19 20:16:57 -03:00
parent ed58e26e7e
commit 6732e07dfa
13 changed files with 222 additions and 58 deletions

View File

@@ -26,7 +26,8 @@ import type { Org } from './data'
const links = [
{ to: '', title: 'Perfil', end: true },
{ to: 'address', title: 'Endereço' },
{ to: 'subscription', title: 'Plano' }
{ to: 'subscription', title: 'Plano' },
{ to: 'billing', title: 'Pagamentos' }
]
export function meta() {