Skip to content

Commit

Permalink
[chore] #152 FeatureRemind에 FeatureContentCard 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Nov 18, 2024
1 parent 2931e25 commit 70b704f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Tuist/ProjectDescriptionHelpers/Feature.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ public enum Feature: String, CaseIterable {
case .contentDetail: return []
case .contentSetting: return []
case .categorySetting: return []
case .remind:
return [
.project(target: "FeatureContentCard", path: .relativeToRoot("Projects/Feature"))
]
case .remind: return []
case .login: return []
case .pokit:
return [
Expand Down
Binary file modified graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70b704f

Please sign in to comment.