Import multiple js modules

Hello I came across a way to import keywords defined in https://marketsquare.github.io/robotframework-browser/Browser.html#Keywords

But in my use case we have different module files with their own exports. Is there a way to import multiple js files without having to merge everything into one big .js file?