Rename all features modules

This commit is contained in:
ganfra 2023-01-20 18:35:03 +01:00
parent 6cc38c9c49
commit f800e22477
149 changed files with 311 additions and 309 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
// TODO Add your events or remove the file completely if no events
sealed interface TemplateEvents {

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
import androidx.compose.runtime.Composable
import androidx.compose.runtime.collectAsState

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
import androidx.compose.runtime.Composable
import io.element.android.libraries.architecture.Presenter

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
// TODO add your ui models. Remove the eventSink if you don't have events.
data class TemplateState(

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
import androidx.compose.foundation.layout.Box
import androidx.compose.material3.Text

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.x.features.template
package io.element.android.features.template
import app.cash.molecule.RecompositionClock
import app.cash.molecule.moleculeFlow