Skip to content

Commit

Permalink
[del] #4 main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook123 committed May 1, 2024
1 parent 36a65fd commit 424006c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 210 deletions.
8 changes: 8 additions & 0 deletions feature/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ plugins {

android {
namespace = "org.sopt.main"
}

dependencies {
implementation(projects.core.designsystem)
implementation(projects.core.domain)
implementation(projects.feature.home)
implementation(projects.feature.search)
implementation(projects.feature.mypage)
}
14 changes: 0 additions & 14 deletions feature/main/src/main/java/org/sopt/main/home/HomeContract.kt

This file was deleted.

131 changes: 0 additions & 131 deletions feature/main/src/main/java/org/sopt/main/home/HomeScreen.kt

This file was deleted.

32 changes: 0 additions & 32 deletions feature/main/src/main/java/org/sopt/main/home/HomeViewModel.kt

This file was deleted.

This file was deleted.

0 comments on commit 424006c

Please sign in to comment.