From 4a43d815c5bcc3e1711a8a2cebc64a842a40efbc Mon Sep 17 00:00:00 2001 From: tusharmagar Date: Mon, 16 Mar 2026 15:19:57 +0530 Subject: [PATCH] Update import path for getAccessToken in billing.ts to reflect new directory structure --- apps/x/packages/core/src/billing/billing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x/packages/core/src/billing/billing.ts b/apps/x/packages/core/src/billing/billing.ts index 9b408f1c..69cf6083 100644 --- a/apps/x/packages/core/src/billing/billing.ts +++ b/apps/x/packages/core/src/billing/billing.ts @@ -1,4 +1,4 @@ -import { getAccessToken } from '../models/gateway.js'; +import { getAccessToken } from '../auth/tokens.js'; import { API_URL } from '../config/env.js'; export interface BillingInfo {