UNPKG
onibrowser
Version:
latest (1.1.1)
1.1.1
A browser in the browser
gitlab.com/dosyago/oni
dosyago/supreme-architect
onibrowser
/
public
/
voodoo
/
src
/
subviews
/
copyModal.js
9 lines
(6 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DEBUG
}
from
'../common.js'
;
import
{R,X}
from
'../../node_modules/craydom/r.js'
;
export
function
CopyModal
(
state
) {
return
R
` `
; }