mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 07:37:03 +05:30
Initial commit
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
commit
29c374859b
27 changed files with 823 additions and 0 deletions
4
desktop/src/jvmMain/kotlin/main.kt
Normal file
4
desktop/src/jvmMain/kotlin/main.kt
Normal file
|
@ -0,0 +1,4 @@
|
|||
import androidx.compose.desktop.Window
|
||||
import dev.msfjarvis.claw.common.App
|
||||
|
||||
fun main() = Window { App() }
|
Loading…
Add table
Add a link
Reference in a new issue