More todos

This commit is contained in:
Lumaa 2024-01-04 22:17:25 +01:00
parent d8e4dc0895
commit 5b44a1f2c9
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
//Made by Lumaa
import SwiftUI
struct AppDelegate: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
AppDelegate()
}

View File

@ -0,0 +1,13 @@
//Made by Lumaa
import SwiftUI
struct PostAttachment: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
PostAttachment()
}