import Script from 'next/script' import { IS_DEV } from '@/config' export function ReactScanLoader() { if (!IS_DEV) return null return (