diff --git a/src/runtime2/mod.rs b/src/runtime2/mod.rs index 29342214db784707f350f2fc57a43d559c71cf80..880f89fa5743b93ed09697b852bbc932d88652ac 100644 --- a/src/runtime2/mod.rs +++ b/src/runtime2/mod.rs @@ -1,4 +1,5 @@ - +mod store; mod runtime; mod component; -mod communication; \ No newline at end of file +mod communication; +mod scheduler; \ No newline at end of file