Skip to content

Commit

Permalink
Adding docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 committed Dec 1, 2024
1 parent 4c17118 commit 98f122e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import androidx.compose.runtime.collectAsState
import androidx.compose.ui.Modifier
import org.koin.compose.viewmodel.koinViewModel

/**
* Top level container for the Feed screen inside the application. This is a stateful
* wrapper around [FeedContent].
*/
@Composable
fun FeedScreen(
modifier: Modifier = Modifier,
Expand Down

0 comments on commit 98f122e

Please sign in to comment.