File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
apps/dashboard/app/(main)/billing Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ import { Button } from "@/components/ui/button";
2323import { Skeleton } from "@/components/ui/skeleton" ;
2424import { usePersistentState } from "@/hooks/use-persistent-state" ;
2525import { cn } from "@/lib/utils" ;
26+ import { useBilling , useBillingData } from "../hooks/use-billing" ;
2627import {
2728 type FeatureUsage ,
28- useBilling ,
29- useBillingData ,
30- } from "../hooks/use-billing" ;
31- import { formatCompactNumber , getResetText } from "../utils/feature-usage" ;
29+ formatCompactNumber ,
30+ getResetText ,
31+ } from "../utils/feature-usage" ;
3232import { CancelSubscriptionDialog } from "./cancel-subscription-dialog" ;
3333
3434type OverviewTabProps = {
Original file line number Diff line number Diff line change 99 type FeatureUsage ,
1010} from "../utils/feature-usage" ;
1111
12- export type { FeatureUsage } ;
1312
1413export type Usage = {
1514 features : FeatureUsage [ ] ;
You can’t perform that action at this time.
0 commit comments