chore: fix memory import (#27326)

This commit is contained in:
Matt Henkes
2023-07-18 15:02:53 -05:00
committed by GitHub
parent 4e9147dac3
commit 773eb8db56
+1 -1
View File
@@ -8,7 +8,7 @@ import path from 'path'
import pid from 'pidusage'
import { groupCyProcesses, Process } from '../../util/process_profiler'
import browsers from '..'
import { telemetry } from '@packages/telemetry/src/browser'
import { telemetry } from '@packages/telemetry'
import type { Automation } from '../../automation'
import type { BrowserInstance } from '../types'