moved log to own package

This commit is contained in:
2023-01-30 02:59:55 +01:00
parent 77d330a71d
commit a9eb569a02
10 changed files with 11 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
package lib;
import kernel.log.Log;
import lua.NativeStringTools;
import lib.ui.Canvas;
import cc.ComputerCraft;
import kernel.Log;
#if webconsole
import cc.HTTP;
import kernel.net.Net;