export const ROUTES = {
    LOGIN: "/login",
    DASHBOARD: "/dashboard",
    PROFILE: "/profile",
  };
  