fix: Rename freeflowuniverse to incubaid

This commit is contained in:
Mahmoud-Emad
2025-10-12 12:30:19 +03:00
parent 801c4abb43
commit 8f2d187b17
1593 changed files with 8753 additions and 8300 deletions

View File

@@ -2,7 +2,7 @@ module openrpc
import json
import x.json2 { Any }
import freeflowuniverse.herolib.schemas.jsonschema { Reference, decode_schemaref }
import incubaid.herolib.schemas.jsonschema { Reference, decode_schemaref }
pub fn decode_json_any(data string) !Any {
// mut o:=decode(data)!