Refactor AXO module frontend

This commit is contained in:
Pedro Silva 2024-02-12 18:06:48 +00:00
parent 7f93e5762d
commit 91b2df246f
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
6 changed files with 226 additions and 142 deletions

View file

@ -0,0 +1,4 @@
export function log(...args) {
console.log('[AXO] ', ...args);
}