fix: Update import path for apiClient to use consistent casing

This commit is contained in:
Mo Tarbin
2026-01-21 00:26:12 -05:00
parent 64eb477f4f
commit b08d0a76ee

View File

@@ -1,5 +1,5 @@
import moment from 'moment'
import { apiClient } from './apiClient'
import { apiClient } from './ApiClient'
const isPlusAccount = userProfile => {
return userProfile?.expiration && moment(userProfile?.expiration).isAfter()