17
damus/damusApp.swift
Normal file
17
damus/damusApp.swift
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// damusApp.swift
|
||||
// damus
|
||||
//
|
||||
// Created by William Casarin on 2022-04-01.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct damusApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user