Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 18, 2024
1 parent 31b5e7c commit 3d90dd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions external/editor_as_plugin/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use bevy::{prelude::*, window::WindowResolution};
use space_editor_ui::{
use space_editor::{
prelude::{MeshPrimitive3dPrefab, PrefabMarker},
simple_editor_setup,
space_editor_ui::simple_editor_setup,
SpaceEditorPlugin,
};

fn main() {
Expand Down

0 comments on commit 3d90dd6

Please sign in to comment.