removed erroneous imports

This commit is contained in:
Anton-4 2021-10-04 09:42:02 +02:00
parent fd8167113f
commit 3ff134e1ce

View File

@ -1,5 +1,4 @@
use crate::lang::parse::ASTNodeId;
use crate::{editor::slow_pool::MarkNodeId, ui::text::text_pos::TextPos};
use crate::{ui::text::text_pos::TextPos};
use colored::*;
use roc_ast::ast_error::ASTError;
use roc_ast::lang::core::ast::ASTNodeId;