"use client";

import FreeBudgetCard from "@/app/(dashboard)/dashboard/usage/components/FreeBudgetCard";

export default function FreeTiersPage() {
  return (
    <div className="flex flex-col gap-4">
      <FreeBudgetCard />
    </div>
  );
}
