Skip to content

Commit 544ea7a

Browse files
authored
Fix app structure name (#42)
1 parent 1b5005d commit 544ea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/App/App.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import AppFeature
22
import SwiftUI
33

44
@main
5-
struct ConfenrenceApp: App {
5+
struct ConferenceApp: App {
66
var body: some Scene {
77
WindowGroup {
88
AppView(

0 commit comments

Comments
 (0)