import axios from 'axios'; import { Metadata } from 'next'; import React from 'react'; export const metadata: Metadata = { }; const SungrowIndex = async () => { return
SungrowIndex
; }; export default SungrowIndex;