메인 페이지

- 하단 메시지 탭 제거
This commit is contained in:
Yu Sung
2025-03-24 09:22:28 +09:00
parent b12200dd9b
commit 8cb7287b5d
5 changed files with 11 additions and 34 deletions

View File

@@ -233,6 +233,9 @@ struct ContentView: View {
case .introduceCreatorAll:
ContentMainIntroduceCreatorAllView()
case .message:
MessageView()
default:
EmptyView()
.frame(width: 0, height: 0, alignment: .topLeading)