export const routes = { INDEX_PAGE : '/' , LOGIN_ROUTES : '/auth/login', REGISTER_ROUTES : '/auth/register', DASHBOARD_ROUTE : '/admin/dashboard', PROFILE_ROUTE : '/user/profile' }