Skip to content

Commit e4ebbf3

Browse files
committed
fix UA parser
1 parent ade8033 commit e4ebbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/src/browser-info.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Bowser from 'bowser';
1+
import Bowser from 'bowser';
22

33
// we cache the UA as it used by many modules that need it on file load
44
let ua;

0 commit comments

Comments
 (0)