import { MAIN } from './main'; import { ENV } from './env'; import { AppEnv } from './env.model'; export const CONSTANTS = { MAIN, ENV };