From 19df649554fcceabbb88c95e268f5969521024a3 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 18 Dec 2024 11:15:37 +0100 Subject: [PATCH] chore: add manage group actions --- ui/actions/manage-groups/index.ts | 1 + ui/actions/manage-groups/manage-groups.ts | 0 2 files changed, 1 insertion(+) create mode 100644 ui/actions/manage-groups/index.ts create mode 100644 ui/actions/manage-groups/manage-groups.ts diff --git a/ui/actions/manage-groups/index.ts b/ui/actions/manage-groups/index.ts new file mode 100644 index 0000000000..bc2bf5e4b9 --- /dev/null +++ b/ui/actions/manage-groups/index.ts @@ -0,0 +1 @@ +export * from "./manage-groups"; diff --git a/ui/actions/manage-groups/manage-groups.ts b/ui/actions/manage-groups/manage-groups.ts new file mode 100644 index 0000000000..e69de29bb2