Wrapping up bedrock implementation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use itertools::Itertools;
|
||||
use string_offset::CharOffset;
|
||||
use galaxy_editor::render::model::BlockItem;
|
||||
use galaxyui::{
|
||||
async_assert, async_assert_eq,
|
||||
integration::{AssertionCallback, AssertionOutcome, AssertionWithDataCallback},
|
||||
App, ViewHandle,
|
||||
};
|
||||
use itertools::Itertools;
|
||||
use string_offset::CharOffset;
|
||||
|
||||
use crate::{
|
||||
cloud_object::model::{generic_string_model::GenericStringObjectId, persistence::CloudModel},
|
||||
|
||||
Reference in New Issue
Block a user