refactor: composeApp -> ui
This commit is contained in:
parent
6f5e4499d9
commit
61bb748925
27 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package moe.lava.neon
|
||||
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
class ComposeAppCommonTest {
|
||||
|
||||
@Test
|
||||
fun example() {
|
||||
assertEquals(3, 1 + 2)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue