X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2Finternal.ts;h=59a2f6df509df34026e9d4f6ee70209fdbfb54ab;hb=8e2430ee33fef82e3cc9651899c540b568aa7c08;hp=7712da9913ee2f557b7a8fcca047c96cda2c823b;hpb=60a743910478b70e39dcefa5e1b752ec8a93880e;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/internal.ts b/src/utils/internal.ts index 7712da99..59a2f6df 100644 --- a/src/utils/internal.ts +++ b/src/utils/internal.ts @@ -2,7 +2,6 @@ export * from './CircularArray'; export * from './Constants'; export * from './ElectricUtils'; export * from './FileUtils'; -export * from './Logger'; export * from './Utils'; -// Shall be loaded at last +export * from './Logger'; export * from './Configuration';