Skip to content

Commit

Permalink
fix: remove @Preview from Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
whitescent committed Feb 5, 2025
1 parent b05a1ad commit 2ada8f4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ import androidx.compose.runtime.Composable
import org.jetbrains.compose.storytale.gallery.platform.StoryGallery
import org.jetbrains.compose.storytale.gallery.ui.theme.StoryGalleryTheme
import org.jetbrains.compose.storytale.storiesStorage
import org.jetbrains.compose.ui.tooling.preview.Preview

@Composable
@Preview
private fun Gallery() {
fun Gallery() {
StoryGalleryTheme {
StoryGallery(storiesStorage)
}
Expand Down

0 comments on commit 2ada8f4

Please sign in to comment.