Skip to content

Commit

Permalink
➕:: [#49] Login Demo 디자인 시스템 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunhaa0211 committed Nov 7, 2023
1 parent 377d09b commit 4d19487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Features/User/Auth/Login/LoginUserInterface/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ let project = Project.invertedDualTargetProjectWithDemoApp(
.Features.User.Auth.Login.Domain.Implement,

.LKNetwork.Implement,
.TokenManager.Implement
.TokenManager.Implement,
.DesignSystem.Implement

],
isUserInterface: true
)

0 comments on commit 4d19487

Please sign in to comment.