mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
* 👕 Move `consistent-type-imports` to top level * 👕 Apply lintfixes * 👕 Apply more lintfixes * 👕 More lintfixes * 👕 More lintfixes
7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
import type { Telemetry } from '@/plugins/telemetry';
|
|
import { telemetry } from '@/plugins/telemetry';
|
|
|
|
export function useTelemetry(): Telemetry {
|
|
return telemetry;
|
|
}
|