refactor(stats): move components into the appropriate package

This commit is contained in:
Nishant Mishra
2025-12-10 20:22:08 +05:30
parent 4f44e4c23e
commit 6cb21b94a0
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* If not, see <https://www.gnu.org/licenses/>.
*/
package org.nsh07.pomodoro.ui.statsScreen
package org.nsh07.pomodoro.ui.statsScreen.components
import android.graphics.Typeface
import androidx.compose.animation.core.AnimationSpec

View File

@@ -15,7 +15,7 @@
* If not, see <https://www.gnu.org/licenses/>.
*/
package org.nsh07.pomodoro.ui.statsScreen
package org.nsh07.pomodoro.ui.statsScreen.components
import android.graphics.Typeface
import androidx.compose.animation.core.AnimationSpec

View File

@@ -59,8 +59,8 @@ import org.nsh07.pomodoro.BuildConfig
import org.nsh07.pomodoro.R
import org.nsh07.pomodoro.data.Stat
import org.nsh07.pomodoro.ui.mergePaddingValues
import org.nsh07.pomodoro.ui.statsScreen.TimeColumnChart
import org.nsh07.pomodoro.ui.statsScreen.TimeLineChart
import org.nsh07.pomodoro.ui.statsScreen.components.TimeColumnChart
import org.nsh07.pomodoro.ui.statsScreen.components.TimeLineChart
import org.nsh07.pomodoro.ui.theme.AppFonts.robotoFlexTopBar
import org.nsh07.pomodoro.ui.theme.CustomColors.listItemColors
import org.nsh07.pomodoro.ui.theme.CustomColors.topBarColors