4 lines
44 B
JavaScript
4 lines
44 B
JavaScript
export function getValue() {
|
|
return 41;
|
|
}
|
export function getValue() {
|
|
return 41;
|
|
}
|