Improve control of imports

`import` is really just an alias for copy/paste. Ensure import order
reflects intended execution order.
This commit is contained in:
themodernhakr 2025-03-12 01:22:16 -05:00
parent 1681ea71bb
commit cd81fbb70a

View File

@ -1,3 +1,6 @@
import "src/*";
import "src/props.jmc";
import "src/logger.jmc";
import "src/commands.jmc";
import "src/magic/*";
function __tick__() {}