7 lines
214 B
Kotlin
7 lines
214 B
Kotlin
package io.element.android.x
|
|
|
|
import com.airbnb.android.showkase.annotation.ShowkaseRoot
|
|
import com.airbnb.android.showkase.annotation.ShowkaseRootModule
|
|
|
|
@ShowkaseRoot
|
|
class ElementRootModule : ShowkaseRootModule
|