Skip to content

Commit

Permalink
Fixed MainActivity import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Shah committed Aug 20, 2024
1 parent 2e8f322 commit 49b561b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview
import com.example.android.jitpacksample.ui.theme.JitpackSampleTheme
import com.example.android.mylibrary.EmailHelper

class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit 49b561b

Please sign in to comment.