diff options
Diffstat (limited to 'examples')
| -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 { |
