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