[Architecture] use impl instead of implementation

This commit is contained in:
ganfra 2023-03-02 15:49:20 +01:00
parent da92113e43
commit 9d730d8b74
23 changed files with 33 additions and 33 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.features.onboarding.implementation
package io.element.android.features.onboarding.impl
import com.bumble.appyx.core.modality.BuildContext
import com.bumble.appyx.core.node.Node

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.features.onboarding.implementation
package io.element.android.features.onboarding.impl
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.features.onboarding.implementation
package io.element.android.features.onboarding.impl
import androidx.compose.foundation.Image
import androidx.compose.foundation.layout.Box

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.features.onboarding.implementation
package io.element.android.features.onboarding.impl
import androidx.annotation.DrawableRes
import androidx.annotation.StringRes

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
package io.element.android.features.onboarding.implementation
package io.element.android.features.onboarding.impl
import androidx.annotation.DrawableRes
import io.element.android.features.onboarding.R