diff --git a/ui/src/app/billing/page.tsx b/ui/src/app/billing/page.tsx new file mode 100644 index 00000000..422e019e --- /dev/null +++ b/ui/src/app/billing/page.tsx @@ -0,0 +1,17 @@ +"use client"; + +import { DograhCreditsCard } from "@/components/billing/DograhCreditsCard"; + +export default function BillingPage() { + return ( +
+
+

Credits & Billing

+

+ Track your Dograh model credits and request top-ups. +

+
+ +
+ ); +}