rsnext/test/integration/telemetry/pages/_app_withreportwebvitals.empty

6 lines
112 B
Text
Raw Normal View History

import App from 'next/app'
export default App
export function reportWebVitals(metric) {
console.log(metric)
}