Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(imports): rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfluckey committed Nov 28, 2023
1 parent a9c10a9 commit c19dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/glean/runtime/glean-plugin.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import * as log from 'tauri-plugin-log-api'

import { userAgent } from '~~/telemetry/generated/identifiers'
import { engagement } from '~~/telemetry/generated/ui'
import { engagementDetails } from '~~/telemetry/engagementDetails'
import { linkClick, pageUrl, pageView, referrerUrl } from '~~/telemetry/generated/web'
import { engagementDetails } from '~~/telemetry/engagementDetails'

export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.hook('app:mounted', () => {
Expand Down

0 comments on commit c19dd2f

Please sign in to comment.