Add remove group, format

This commit is contained in:
Jon Staab
2024-08-16 10:50:38 -07:00
parent 437cfa7bc4
commit bd8fcd3264
51 changed files with 800 additions and 435 deletions
+2 -2
View File
@@ -17,6 +17,6 @@ export const pushModal = (component: ComponentType, props: Record<string, any> =
}
export const clearModal = () => {
goto('#')
emitter.emit('close')
goto("#")
emitter.emit("close")
}