Initial commit

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-02 15:21:28 +05:30
commit 29c374859b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
27 changed files with 823 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import androidx.compose.desktop.Window
import dev.msfjarvis.claw.common.App
fun main() = Window { App() }