mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-16 18:25:17 +02:00
Update import path for getAccessToken in billing.ts to reflect new directory structure
This commit is contained in:
parent
2806a496a6
commit
4a43d815c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue