Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrejcevski committed Dec 7, 2024
1 parent 884b8a8 commit 3662fd2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/nl/jovmit/androiddevs/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Surface
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import dagger.hilt.android.AndroidEntryPoint
import nl.jovmit.androiddevs.core.view.theme.AppTheme

Expand Down

0 comments on commit 3662fd2

Please sign in to comment.