refactor: composeApp -> ui
This commit is contained in:
parent
6f5e4499d9
commit
61bb748925
27 changed files with 1 additions and 1 deletions
|
|
@ -1,14 +0,0 @@
|
|||
package moe.lava.neon
|
||||
|
||||
import androidx.compose.ui.window.Window
|
||||
import androidx.compose.ui.window.application
|
||||
import moe.lava.neon.ui.App
|
||||
|
||||
fun main() = application {
|
||||
Window(
|
||||
onCloseRequest = ::exitApplication,
|
||||
title = "Neon",
|
||||
) {
|
||||
App()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue