Skip to content

Commit

Permalink
[CHORE/#12] 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed Jul 10, 2024
1 parent 1d02110 commit 356d1da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fun HomeScreen() {
style = TerningTheme.typography.title1,
color = Black,
)
// HomeTodayEmptyIntern(isButtonExist = false)
HomeTodayIntern()
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.terning.feature.home.component

import androidx.compose.foundation.BorderStroke
import androidx.compose.foundation.background
import androidx.compose.foundation.border
import androidx.compose.foundation.layout.Column
Expand All @@ -17,7 +16,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import com.terning.core.designsystem.theme.Grey150
import com.terning.core.designsystem.theme.Grey200
import com.terning.core.designsystem.theme.Grey400
import com.terning.core.designsystem.theme.Grey500
Expand Down

0 comments on commit 356d1da

Please sign in to comment.