Skip to content

Commit

Permalink
fix: lint: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey committed Jun 17, 2022
1 parent 4f7ac41 commit 23fde0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtag.ts
Expand Up @@ -19,9 +19,9 @@
* @see https://www.optimizesmart.com/what-is-measurement-protocol-in-google-analytics-4-ga4/
*/

import { config } from './config';
import * as conn from './conn';
import { internalEv } from './eventEmitter';
import { config } from './config';

declare const __VERSION__: string;
export const version = __VERSION__;
Expand Down

0 comments on commit 23fde0d

Please sign in to comment.