refactor(core): MP-25 Move User and AuthToken to core-domain

This commit is contained in:
2025-12-06 22:48:02 +01:00
parent afd109efcc
commit a8d99b5168
9 changed files with 68 additions and 24 deletions
+1
View File
@@ -112,6 +112,7 @@ include(":docs")
// FRONTEND
// ==========================================================================
// --- CORE ---
include(":frontend:core:domain")
include(":frontend:core:design-system")
include(":frontend:core:navigation")
include(":frontend:core:network")