about summary refs log tree commit diff stats
path: root/src/img
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-14 01:41:47 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-14 02:01:21 +0200
commitc1b8338045716b25d664c0b8dd91eac0cb76480e (patch)
treea9c0a6763f180c2b6dd380aa880253ffc7685d85 /src/img
parentdb0798acccbedcef4b16737f6be0cf7388cc0528 (diff)
downloadchawan-c1b8338045716b25d664c0b8dd91eac0cb76480e.tar.gz
move around more modules
* ips -> io/
* loader related stuff -> loader/
* tempfile -> extern/
* buffer, forkserver -> server/
* lineedit, window -> display/
* cell -> types/
* opt -> types/
Diffstat (limited to 'src/img')
-rw-r--r--src/img/path.nim2
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