Fixed import

This commit is contained in:
Maxwell Ruben
2026-03-18 23:12:44 -05:00
parent 099e3d5e92
commit 7400f13c68

View File

@ -1,6 +1,6 @@
module thirdworld.common.config;
import common.log;
import thirdworld.common.log;
import std.file : readText, exists, isFile, write;
import std.json;