change(roles and permissions): import codefrom roomdetails module

This commit is contained in:
ganfra 2025-11-03 18:29:51 +01:00
parent ab0e4429d6
commit 17dd75fe24
21 changed files with 65 additions and 27 deletions

View file

@ -0,0 +1,12 @@
/*
* Copyright 2025 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.features.rolesandpermissions.api
import io.element.android.libraries.architecture.SimpleFeatureEntryPoint
fun interface RolesAndPermissionsEntryPoint : SimpleFeatureEntryPoint