diff --git a/Piper/Sources/App/PiperApp.swift b/Piper/Sources/App/PiperApp.swift index 6999af0..b8975a9 100644 --- a/Piper/Sources/App/PiperApp.swift +++ b/Piper/Sources/App/PiperApp.swift @@ -29,20 +29,8 @@ struct PiperApp: App { var body: some Scene { MenuBarExtra { - VStack(alignment: .leading) { - Text("Some text goes here...") - .foregroundStyle(.primary) - - Divider() - - Button { - // ... - } label: { - Text("Some text goes here...") - .frame(maxWidth: .infinity) - } - } - .padding() + MenuBarView() + .modelContainer(container) } label: { Image(systemName: "circle.fill") }