refactor: move AppContext to presentation crate, structurally enforce boundary
All checks were successful
CI / Check / Test (push) Successful in 39m33s
All checks were successful
CI / Check / Test (push) Successful in 39m33s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::sync::Arc;
|
||||
|
||||
use application::context::AppContext;
|
||||
use crate::context::AppContext;
|
||||
|
||||
use crate::ports::RssFeedRenderer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user