import Card, { CardContent, CardHeader } from "@/components/Card"; import { __ } from "@wordpress/i18n"; import { Settings } from "lucide-react"; const DetailsCard = () => { return

{__('Import/Export Information', 'wp-cloudflare-page-cache')}

{__('What\'s exported:', 'wp-cloudflare-page-cache')}

  • {__('Cache configuration settings', 'wp-cloudflare-page-cache')}
  • {__('Advanced performance options', 'wp-cloudflare-page-cache')}
  • {__('Plugin integration settings', 'wp-cloudflare-page-cache')}
  • {__('CDN and optimization preferences', 'wp-cloudflare-page-cache')}
  • {__('Exclusion rules and bypass settings', 'wp-cloudflare-page-cache')}

{__('What\'s NOT exported:', 'wp-cloudflare-page-cache')}

  • {__('License keys and authentication', 'wp-cloudflare-page-cache')}
  • {__('Cached files and data', 'wp-cloudflare-page-cache')}
  • {__('Site-specific URLs or paths', 'wp-cloudflare-page-cache')}
  • {__('Performance statistics', 'wp-cloudflare-page-cache')}
  • {__('Log files and debug information', 'wp-cloudflare-page-cache')}
; }; export default DetailsCard;