Add video command

This commit is contained in:
Christoph Hagen
2025-06-08 17:02:05 +02:00
parent ee2993318f
commit 73d9c4ec29
3 changed files with 123 additions and 4 deletions

View File

@ -4,9 +4,8 @@ struct InsertableItemsView: View {
var body: some View {
HStack {
Text("Commands")
.font(.headline)
InsertableView<InsertableImage>()
InsertableView<InsertableVideo>()
InsertableView<InsertableGallery>()
InsertableView<InsertableLabels>()
InsertableView<InsertableButtons>()