Forgot to revert this one

Signed-off-by: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com>
This commit is contained in:
Toyosatomimi no Miko 2025-05-29 13:20:10 -04:00
parent 92b5939609
commit 6004d40182

View File

@ -163,7 +163,7 @@ If using modules (enabled with `NLOHMANN_JSON_BUILD_MODULES`), this example beco
import std;
import nlohmann.json;
using nlohmann::json;
using json = nlohmann::json;
// ...