Skip to content

Commit

Permalink
[Add] #4 - HomeView 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
yurim830 committed Jan 8, 2025
1 parent 8e655de commit 4195e98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Staccato-iOS/Staccato-iOS/Presentation/View/Home/HomeView.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// HomeView.swift
// Staccato-iOS
//
// Created by 김유림 on 1/9/25.
//

import SwiftUI

struct HomeView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

#Preview {
HomeView()
}

0 comments on commit 4195e98

Please sign in to comment.