import wixWindow from 'wix-window';
$w.onReady(()=>{
$w("#01b123, #03b123, #13b123, #15b123, #17b123, #19b123").onClick(()=>{
wixWindow.open("123");
})
})
with this I get the error:
external_wix_window_default().open is not a function