Skip to content

Commit

Permalink
fix(utils): Vitejs raise an error without the default import
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed May 6, 2024
1 parent 53ef367 commit 9354bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/lib/user-agent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Bowser from 'bowser';
import Bowser from 'bowser';

export interface UserAgent extends Bowser.Parser.Parser {
compareVersion: (version: string) => boolean;
Expand Down

0 comments on commit 9354bd3

Please sign in to comment.