const RouteTypes = { HOME: "/", ABOUT: "/about", PROFILE: "/profile", // Auth LOGIN: '/login', // Errors ERROR_404: "**", } export { RouteTypes, }