mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
removed erroneous imports
This commit is contained in:
parent
fd8167113f
commit
3ff134e1ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user