[orx-panel] Add TestPlaceholder.kt

This commit is contained in:
Edwin Jakobs
2025-08-01 09:21:03 +02:00
parent 87332fa5a0
commit 57e67baaa1

View File

@@ -0,0 +1,10 @@
package org.openrndr.panel.test
import kotlin.test.Test
class TestPlaceholder {
@Test
fun testPlaceholder() {
assert(true)
}
}