Created
December 2, 2024 00:24
-
-
Save OliverVicente/327c59200e9481a8c651de1deb13d9a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.obook.ui.component.scaffold | |
| import androidx.compose.runtime.Composable | |
| import androidx.compose.ui.tooling.preview.PreviewScreenSizes | |
| class OBookScaffoldScreenshots { | |
| @PreviewScreenSizes | |
| @Composable | |
| private fun OBookScaffoldPreview() { | |
| PreviewOBookScaffold() | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment