4 lines
42 B
JavaScript
4 lines
42 B
JavaScript
import foo from "foo";
|
|
|
|
console.log(foo);
|
import foo from "foo";
|
|
|
|
console.log(foo);
|