next.js/test/integration/telemetry/pages/_app_withreportwebvitals.empty
_app_withreportwebvitals.empty6 lines112 B
import App from 'next/app'
export default App
export function reportWebVitals(metric) {
  console.log(metric)
}
Quest for Codev2.0.0
/
SIGN IN