export { IS_DEV, IS_BROWSER } from '@tdb/util/lib/constants';

export const COLORS = {
  BLUE: '#4990E2',
};
