Skip to content

Commit

Permalink
fix : 필요없는 import 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim committed Apr 7, 2023
1 parent ae16b9d commit 24a8556
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package org.android.go.sopt
package org.android.go.sopt.main

import android.annotation.SuppressLint
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import org.android.go.sopt.databinding.ActivityMainBinding


class MainActivity : AppCompatActivity() {
private lateinit var binding: ActivityMainBinding
private lateinit var name: String
Expand Down

0 comments on commit 24a8556

Please sign in to comment.