Nikolay Igotti
3 years ago
4 changed files with 34 additions and 15 deletions
@ -1 +1,10 @@
|
||||
import androidx.compose.runtime.Composable |
||||
import androidx.compose.desktop.ui.tooling.preview.Preview |
||||
|
||||
actual fun getPlatformName(): String = "Desktop" |
||||
|
||||
@Preview |
||||
@Composable |
||||
fun AppPreview() { |
||||
App() |
||||
} |
Loading…
Reference in new issue