mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
common: fix package directive for NetworkState
This commit is contained in:
parent
0cd7b6bb2d
commit
06ea10f3b3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
package dev.msfjarvis.lobsters.ui.comments
|
||||
package dev.msfjarvis.claw.common
|
||||
|
||||
sealed class NetworkState {
|
||||
class Success<T>(val data: T) : NetworkState()
|
||||
|
|
|
@ -19,8 +19,8 @@ import androidx.compose.ui.Alignment
|
|||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.unit.dp
|
||||
import dev.msfjarvis.claw.common.NetworkState
|
||||
import dev.msfjarvis.claw.model.LobstersPostDetails
|
||||
import dev.msfjarvis.lobsters.ui.comments.NetworkState
|
||||
|
||||
@Composable
|
||||
private fun CommentsPageInternal(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue