Skip to content

Commit

Permalink
Merge pull request #324 from GSM-MSG/323-resolve_inputauthentication_…
Browse files Browse the repository at this point in the history
…page_issue

🔀 :: [#323] 오류 해결
  • Loading branch information
shwaaaa authored Feb 26, 2024
2 parents ff52325 + 565f605 commit 47ffd33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Projects/App/Sources/Application/NeedleGenerated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ import StudentDetailFeatureInterface
import StudentDomain
import StudentDomainInterface
import SwiftUI
import TeacherDomainInterface
import TechStackAppendFeature
import TechStackAppendFeatureInterface
import TechStackDomain
Expand Down
3 changes: 2 additions & 1 deletion Projects/Feature/InputAuthenticationFeature/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ let project = Project.makeModule(
product: .staticLibrary,
targets: [.interface, .unitTest, .demo],
internalDependencies: [
.Feature.BaseFeature
.Feature.BaseFeature,
.Feature.InputInformationBaseFeature
]
)

0 comments on commit 47ffd33

Please sign in to comment.