Add Store

This commit is contained in:
Jon Staab
2024-03-26 13:31:13 -07:00
parent bc21228f04
commit 110ed26efe
8 changed files with 356 additions and 4 deletions
-1
View File
@@ -68,4 +68,3 @@ export const isChildOf = (child: EventTemplate, parent: Rumor) => {
return getIdAndAddress(parent).some(x => parentIds.includes(x))
}