Skip to content

Commit

Permalink
chore: 앱 모듈 패키지 정리
Browse files Browse the repository at this point in the history
(cherry picked from commit b38f3b6)
  • Loading branch information
SeongHoonC committed Jun 2, 2024
1 parent 5a119d8 commit e4708bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<resources>
<string name="app_name">banchango</string>
</resources>
<string name="title_dynamicfeature">Module Title</string>
</resources>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sundaegukbap.banchango.ui.theme
package com.sundaegukbap.banchango.core.designsystem.theme

import androidx.compose.ui.graphics.Color

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sundaegukbap.banchango.ui.theme
package com.sundaegukbap.banchango.core.designsystem.theme

import android.os.Build
import androidx.compose.foundation.isSystemInDarkTheme
Expand Down Expand Up @@ -51,7 +51,7 @@ fun BanchangoTheme(

MaterialTheme(
colorScheme = colorScheme,
content = content,
typography = Typography,
content = content
)
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.sundaegukbap.banchango.ui.theme
package com.sundaegukbap.banchango.core.designsystem.theme

import androidx.compose.material3.Typography
import androidx.compose.ui.text.TextStyle
Expand Down

0 comments on commit e4708bd

Please sign in to comment.