Update DesktopApp.kt

This commit is contained in:
Yogesh Choudhary Paliyal
2024-06-02 22:09:27 +05:30
committed by GitHub
parent 5ea3f024e4
commit 88515323bb

View File

@@ -1,9 +1,7 @@
package com.yogeshpaliyal.keypass.common
import androidx.compose.desktop.ui.tooling.preview.Preview
import androidx.compose.runtime.Composable
@Preview
@Composable
fun DesktopApp() {
App()