Skip to content

Commit

Permalink
[#1012] 패키지네임에 camelCase 제거, SignOutViewModel 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jan 2, 2025
1 parent e5c7790 commit 37b038c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 57 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
android:exported="false"
android:launchMode="singleTop" />
<activity
android:name=".feature.mypage.signOut.SignOutActivity"
android:name=".feature.mypage.signout.SignOutActivity"
android:exported="false" />
<activity
android:name=".feature.mypage.soptamp.sentence.AdjustSentenceActivity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import org.sopt.official.feature.mypage.component.MyPageSection
import org.sopt.official.feature.mypage.component.MyPageTopBar
import org.sopt.official.feature.mypage.model.MyPageUiModel
import org.sopt.official.feature.mypage.model.MyPageUiState
import org.sopt.official.feature.mypage.signOut.SignOutActivity
import org.sopt.official.feature.mypage.signout.SignOutActivity
import org.sopt.official.feature.mypage.soptamp.sentence.AdjustSentenceActivity
import org.sopt.official.feature.mypage.web.WebUrlConstant
import java.io.Serializable
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package org.sopt.official.feature.mypage.signOut
package org.sopt.official.feature.mypage.signout

import android.content.Context
import android.content.Intent
Expand Down

0 comments on commit 37b038c

Please sign in to comment.