Use relative import

This commit is contained in:
James Grugett 2022-07-10 23:09:46 -05:00
parent 098f20ccad
commit 1e68267e8e

View File

@ -1,4 +1,4 @@
import { ENV_CONFIG } from 'common/envs/constants'
import { ENV_CONFIG } from './envs/constants'
export class APIError extends Error {
code: number