diff options
Diffstat (limited to 'src/types/cell.nim')
-rw-r--r-- | src/types/cell.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/types/cell.nim b/src/types/cell.nim index a0ba3459..c7a92c96 100644 --- a/src/types/cell.nim +++ b/src/types/cell.nim @@ -1,5 +1,5 @@ -import options -import tables +import std/options +import std/tables import css/stylednode import types/color |