Untitled
unknown
plain_text
a year ago
255 B
7
Indexable
package com.orbinnovations.orb.features.settings
import androidx.compose.runtime.Composable
import com.orbinnovations.designsystem.composeables.AppBackground
@Composable
fun SettingsScreen() {
AppBackground {
SettingsScreenContent()
}
}Editor is loading...
Leave a Comment