refactor(stats): move components into the appropriate package
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user