EscolaLMS/Front

View on GitHub
src/config/app.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const APP_CONFIG = {
  defaultDateFormat: "dd/MM/yyyy",
  defaultDateTimeFormat: "dd/MM/yyyy, HH:mm",
  tutorPlaceholderPath: "/images/tutorblind.png",
};