feat(project) cleanup, removed dependencies, updated structure
This commit is contained in:
5
src/Utils/Logger.js
Normal file
5
src/Utils/Logger.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export class Logger {
|
||||
static info() {
|
||||
const [message, data] = arguments;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user