mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
removed erroneous imports
This commit is contained in:
parent
fd8167113f
commit
3ff134e1ce
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue