chore: cleanup toolbox

This commit is contained in:
Nathan Walker
2025-09-01 19:36:13 -07:00
parent 741b6fb6d7
commit 27bca739fd

View File

@@ -1,4 +1,3 @@
import { Application, Trace } from '@nativescript/core';
Trace.enable();
Trace.addCategories(Trace.categories.Debug);
import { Application } from '@nativescript/core';
Application.run({ moduleName: 'app-root' });