4 lines
52 B
JavaScript
4 lines
52 B
JavaScript
export function hello() {
|
|
console.log("hello");
|
|
}
|
export function hello() {
|
|
console.log("hello");
|
|
}
|