🎨 prod flag import

This commit is contained in:
Timur Ercan
2023-03-09 13:17:44 +01:00
parent 7eaa21fc1e
commit 9c7c7d1a3c
3 changed files with 4 additions and 1 deletions

View File

@ -2,3 +2,4 @@ export { coloredConsole } from "./coloredConsole";
export { default as classNames } from "./classNames";
export { NEXT_PUBLIC_WEBAPP_URL } from "./constants";
export { localStorage } from "./webstorage";
export { isENVProd } from "./env";