diff --git a/src/routes/features/groups/[id]/export/+page.svelte b/src/routes/features/groups/[id]/export/+page.svelte
new file mode 100644
index 0000000..1a2b891
--- /dev/null
+++ b/src/routes/features/groups/[id]/export/+page.svelte
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/routes/features/groups/import/+page.svelte b/src/routes/features/groups/import/+page.svelte
new file mode 100644
index 0000000..01583bc
--- /dev/null
+++ b/src/routes/features/groups/import/+page.svelte
@@ -0,0 +1,134 @@
+
+
+
+{#if errorMessage}
+ Failed to import: {errorMessage}
+
+{/if}
+{#if !candidateGroup}
+
+
+
+
+
+
+{:else}
+ {#if existingGroup}
+
+ This group will replace the existing "{existingGroup.settings.name}" group, since it have the same ID.
+
+ {/if}
+
+
+{/if}
+
+