aboutsummaryrefslogtreecommitdiff
path: root/src/debug/Tracer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/Tracer.ts')
-rw-r--r--src/debug/Tracer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/Tracer.ts b/src/debug/Tracer.ts
index 185915a..4337e00 100644
--- a/src/debug/Tracer.ts
+++ b/src/debug/Tracer.ts
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-import Logger from "@utils/Logger";
+import { Logger } from "@utils/Logger";
if (IS_DEV) {
var traces = {} as Record<string, [number, any[]]>;