Skip to content

Commit

Permalink
Moved component_manager to mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Alberts committed Feb 4, 2024
1 parent d4b555b commit e2bce41
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::{component_manager::AnyComponent, ManageComponents};
use super::{AnyComponent, ManageComponents};

#[derive(Default)]
pub struct ComponentManagerMassenger {
Expand Down
Loading

0 comments on commit e2bce41

Please sign in to comment.