Playing with globals
This commit is contained in:
parent
a4974cdff4
commit
cd4e08a2b8
4 changed files with 91 additions and 56 deletions
3
modules/shared/lib/test.js
Normal file
3
modules/shared/lib/test.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import {GLOBALS} from './globals.js'
|
||||
|
||||
alert(GLOBALS.COPYRIGHT);
|
||||
Loading…
Reference in a new issue