Skip to content

Commit a2db4d6

Browse files
committed
fix type
1 parent 9969043 commit a2db4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/billing/components/plans-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import PricingTable from "@/components/autumn/pricing-table";
44

5-
interface PlansTabProps {
5+
type PlansTabProps = {
66
selectedPlan?: string | null;
77
}
88

0 commit comments

Comments
 (0)