Initial commit

This commit is contained in:
shahondin1624
2025-10-25 11:22:27 +02:00
commit cd027b9f9b
116 changed files with 2648 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import androidx.compose.ui.ExperimentalComposeUiApi
import androidx.compose.ui.window.ComposeViewport
import org.shahondin1624.App
@OptIn(ExperimentalComposeUiApi::class)
fun main() = ComposeViewport { App() }