UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
src
/
public
/
index.js
6 lines
(4 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
export
*
as
Landing
from
'./landing.js'
;
export
*
as
Pages
from
'./pages/index.js'
;
export
*
as
SecTxt
from
'./.well-known/index.js'
;
export
*
as
Boilerplate
from
'./pages/boilerplate.js'
;