Update import path for getAccessToken in billing.ts to reflect new directory structure

This commit is contained in:
tusharmagar 2026-03-16 15:19:57 +05:30
parent 2806a496a6
commit 4a43d815c5

View file

@ -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 {