rsnext/test/integration/telemetry/pages/_app_withreportwebvitals.empty
2020-05-20 18:44:39 +00:00

5 lines
112 B
Text

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