import { motion } from 'framer-motion'; import React, { Suspense } from 'react'; // Use React.lazy for dynamic imports const GitHubConnection = React.lazy(() => import('./github/GitHubConnection')); const GitlabConnection = React.lazy(() => import('./gitlab/GitLabConnection')); const NetlifyConnection = React.lazy(() => import('./netlify/NetlifyConnection')); const VercelConnection = React.lazy(() => import('./vercel/VercelConnection')); // Loading fallback component const LoadingFallback = () => (
Manage your external service connections and integrations
Troubleshooting Tip:
If you're having trouble with connections, here are some troubleshooting tips to help resolve common issues.
For persistent issues: