diff options
Diffstat (limited to 'src/img')
-rw-r--r-- | src/img/path.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/img/path.nim b/src/img/path.nim index 0841278c..0ec7537c 100644 --- a/src/img/path.nim +++ b/src/img/path.nim @@ -5,7 +5,7 @@ import math import types/line import types/vector import js/domexception -import utils/opt +import types/opt type Path* = ref object |