Skip to content

Commit

Permalink
add: emptyView(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Mar 1, 2024
1 parent e1be1f6 commit 185e90a
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// IsPostEmptyView.swift
// SUWIKI
//
// Created by ν•œμ§€μ„ on 3/1/24.
//

import SwiftUI

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

#Preview {
IsPostEmptyView()
}

0 comments on commit 185e90a

Please sign in to comment.