Rename import to remove graphite prefix (#50)

This commit is contained in:
T0mstone
2021-03-27 16:43:37 -07:00
committed by GitHub
parent 0e553adb32
commit 0adfa3af72
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ pub fn get_active_document() -> DocumentId {
todo!()
}
use graphite_editor_core::workspace::PanelId;
use editor_core::workspace::PanelId;
/// Notify the editor that the mouse hovers above a panel
#[wasm_bindgen]
pub fn panel_hover_enter(panel_id: PanelId) {