Improve storage, paths
This commit is contained in:
8
CHDataManagement/Main/InitialSetupView.swift
Normal file
8
CHDataManagement/Main/InitialSetupView.swift
Normal file
@ -0,0 +1,8 @@
|
||||
import SwiftUI
|
||||
|
||||
struct InitialSetupView: View {
|
||||
|
||||
var body: some View {
|
||||
/*@START_MENU_TOKEN@*//*@PLACEHOLDER=Hello, world!@*/Text("Hello, world!")/*@END_MENU_TOKEN@*/
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user