feat(navigation): add Header entity + use-case + mock/payload repos + DI container

This commit is contained in:
2026-05-05 08:34:14 +02:00
parent f71025b14a
commit 19f32ec94d
10 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export const NAVIGATION_SYMBOLS = {
IHeaderRepository: Symbol.for("navigation:IHeaderRepository"),
} as const;