fix(core): update
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
import * as plugins from './smartlog.plugins';
|
||||
import { ConsoleLog } from './smartlog.classes.consolelog';
|
||||
import { LogGroup } from './smartlog.classes.loggroup';
|
||||
import { Smartlog } from './smartlog.classes.smartlog';
|
||||
|
||||
export { Smartlog };
|
||||
export { ConsoleLog, LogGroup, Smartlog };
|
||||
|
Reference in New Issue
Block a user