Skip to content

Commit

Permalink
Fix app structure name (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu committed Mar 19, 2024
1 parent 1b5005d commit 544ea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/App/App.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import AppFeature
import SwiftUI

@main
struct ConfenrenceApp: App {
struct ConferenceApp: App {
var body: some Scene {
WindowGroup {
AppView(
Expand Down

0 comments on commit 544ea7a

Please sign in to comment.