diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-19 23:08:47 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-19 23:08:47 +0100 |
| commit | b638bb3c6cee3b7d802b357ccc4ffaa87350eb9b (patch) | |
| tree | 3ce19ab274b33030336df9905f7b4354fb97fc6a /examples/06-imports/src/line.hob | |
| parent | fa954fce216e5c9ff5c8fff5a4e7cd9b2f66fda1 (diff) | |
Make relative imports relative to parent namespace
Diffstat (limited to 'examples/06-imports/src/line.hob')
| -rw-r--r-- | examples/06-imports/src/line.hob | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
