4 lines
53 B
JavaScript
4 lines
53 B
JavaScript
import * as hello from './hello.js';
|
|
|
|
hello.hello();
|
import * as hello from './hello.js';
|
|
|
|
hello.hello();
|