const SunburstBackground = ({ className }: { className?: string }) => { return (
) } export default SunburstBackground