diff --git a/.changeset/fresh-scissors-unite.md b/.changeset/fresh-scissors-unite.md new file mode 100644 index 0000000000..bc4cc8fe8b --- /dev/null +++ b/.changeset/fresh-scissors-unite.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/common": patch +--- + +Minor fix to resolving user types: `solc` doesn't like relative imports without `./`, but is fine with relative imports from `./../`, so we always append `./` to the relative path.