Self noting

This commit is contained in:
Lumaa 2024-01-26 23:01:20 +01:00
parent 80af29c409
commit 22493e8e07
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ struct ContentView: View {
.background(Color.appBackground)
.tag(TabDestination.search)
//TODO: Messaging UI in Activity tab
Text(String("Activity"))
.background(Color.appBackground)
.tag(TabDestination.activity)