Skip to content

Commit fdcac44

Browse files
authored
fix UA parser (#1463)
1 parent ade8033 commit fdcac44

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)