1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

remove re-export

This commit is contained in:
Alex Hinds
2020-01-06 15:52:14 +11:00
parent 8fbbc33d87
commit 3544195aeb

View File

@@ -74,10 +74,4 @@ class Bowser {
}
}
export {
BROWSER_MAP,
ENGINE_MAP,
OS_MAP,
PLATFORMS_MAP,
} from './constants.js';
export default Bowser;