move logger to utils/logger

This commit is contained in:
Christopher Mael
2024-03-23 17:13:24 +01:00
parent 193be74fcb
commit 63009f17df
3 changed files with 19 additions and 17 deletions

View File

@ -1 +1,2 @@
export * from './utils';
export * from './logger';