Skip to content

Commit

Permalink
🚚 mode UrlImage to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogu59 committed Feb 21, 2025
1 parent afa9f5f commit a3dea0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.pengcook.android.presentation.mycomments.components
package net.pengcook.android.presentation.core.components

import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import androidx.compose.ui.graphics.Color
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import net.pengcook.android.presentation.core.components.UrlImage
import net.pengcook.android.presentation.core.model.MyComment

@Composable
Expand Down

0 comments on commit a3dea0e

Please sign in to comment.