mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 02:38:15 +01:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
export const logHello = () => {
|
|
console.log('hello world');
|
|
|
|
return true;
|
|
};
|