3 lines
37 B
JavaScript
3 lines
37 B
JavaScript
const bool = "asd";
|
|
export { bool };
|
const bool = "asd";
|
|
export { bool };
|