Untitled

 avatar
unknown
plain_text
10 months ago
255 B
4
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