From b638bb3c6cee3b7d802b357ccc4ffaa87350eb9b Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 19 Jun 2026 23:08:47 +0100 Subject: Make relative imports relative to parent namespace --- examples/06-imports/src/line.hob | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/06-imports') diff --git a/examples/06-imports/src/line.hob b/examples/06-imports/src/line.hob index 53ea271..562d77f 100644 --- a/examples/06-imports/src/line.hob +++ b/examples/06-imports/src/line.hob @@ -1,4 +1,4 @@ -import {Point} from ../point; +import {Point} from ./point; /// A straight line from one point to another. struct Line { -- cgit v1.2.3