import { AlertCircle } from 'lucide-react'
import { Alert, AlertTitle, CardContent } from 'ui'
import { ShimmeringLoader } from 'ui-patterns/ShimmeringLoader'
export const DataApiEnableSwitchLoading = () => (
)
export const DataApiEnableSwitchError = () => (
Failed to retrieve Data API settings
)