init
This commit is contained in:
18
demo/Views/Mall/MallView.swift
Normal file
18
demo/Views/Mall/MallView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MallView.swift
|
||||
// demo
|
||||
//
|
||||
// Created by Jason on 2024/1/23.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct MallView: View {
|
||||
var body: some View {
|
||||
Text("Mall Page")
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
MallView()
|
||||
}
|
||||
Reference in New Issue
Block a user