Fix mock content build

This commit is contained in:
Christoph Hagen
2025-04-06 13:29:24 +02:00
parent 80e90c4055
commit 01c49433cd
10 changed files with 42 additions and 26 deletions

View File

@ -56,7 +56,6 @@ struct FileToAddView: View {
Text(file.url?.path() ?? "Placeholder file")
.foregroundStyle(.secondary)
}
}
}