add emojipack to settings

This commit is contained in:
neon443
2025-12-01 17:17:35 +00:00
parent 11cebac1b4
commit 23670efcfb
4 changed files with 21 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ struct EmojiPackManager: View {
var body: some View {
ForEach(hoarder.emojiPacks) { pack in
EmojiPackView(pack: pack)
EmojiPackView(hoarder: hoarder, pack: pack)
}
}
}