starting basic demo convos ui
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// ConvosView.swift
|
||||
// nirvana-ios
|
||||
//
|
||||
// Created by Arjun Patel on 12/29/21.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ConvosView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
struct ConvosView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ConvosView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user