mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Fix imports for repl
This commit is contained in:
parent
39f89e3d65
commit
7e512077e7
3 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
use bumpalo::Bump;
|
||||
use roc_load::{ExecutionMode, LoadConfig, Threading};
|
||||
use roc_packaging::cache::{self, RocCacheDir};
|
||||
use roc_reporting::report::{Palette, Severity};
|
||||
use roc_problem::Severity;
|
||||
use roc_reporting::report::Palette;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use roc_fmt::annotation::Formattable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue