diff --git a/client/src/App.vue b/client/src/App.vue
index 954e7533..464ac1b3 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -37,7 +37,6 @@ const EditRoomEntryWizard = defineAsyncComponent(() =>
);
const NewProjectEntryWizard = defineAsyncComponent(() => import('@/components/portfolio/NewProjectEntryWizard.vue'));
const EditProjectEntryWizard = defineAsyncComponent(() => import('@/components/portfolio/EditProjectEntryWizard.vue'));
-const NewObjectiveWizard = defineAsyncComponent(() => import('@/components/objective-groups/NewObjectiveWizard.vue'));
const NewNoteWizard = defineAsyncComponent(() => import('@/components/notes/NewNoteWizard.vue'));
const EditNoteWizard = defineAsyncComponent(() => import('@/components/notes/EditNoteWizard.vue'));
const EditClassNameWizard = defineAsyncComponent(() => import('@/components/school-class/EditClassNameWizard.vue'));
@@ -69,7 +68,6 @@ export default {
EditRoomEntryWizard,
NewProjectEntryWizard,
EditProjectEntryWizard,
- NewObjectiveWizard,
NewNoteWizard,
EditNoteWizard,
EditClassNameWizard,
diff --git a/client/src/components/objective-groups/NewObjectiveWizard.vue b/client/src/components/objective-groups/NewObjectiveWizard.vue
deleted file mode 100644
index e160fcc4..00000000
--- a/client/src/components/objective-groups/NewObjectiveWizard.vue
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/client/src/components/objective-groups/Objective.vue b/client/src/components/objective-groups/Objective.vue
deleted file mode 100644
index b3e53987..00000000
--- a/client/src/components/objective-groups/Objective.vue
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
- {{ objective.text }}
-
-
-
-
-
-
-
diff --git a/client/src/components/objective-groups/ObjectiveForm.vue b/client/src/components/objective-groups/ObjectiveForm.vue
deleted file mode 100644
index 61a600ea..00000000
--- a/client/src/components/objective-groups/ObjectiveForm.vue
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
diff --git a/client/src/components/objective-groups/ObjectiveGroup.vue b/client/src/components/objective-groups/ObjectiveGroup.vue
deleted file mode 100644
index 8d1b4e19..00000000
--- a/client/src/components/objective-groups/ObjectiveGroup.vue
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
{{ group.displayTitle }}
-
-
-
-
-
-
-
-
-
diff --git a/client/src/components/objective-groups/ObjectiveGroups.vue b/client/src/components/objective-groups/ObjectiveGroups.vue
deleted file mode 100644
index 2131fed3..00000000
--- a/client/src/components/objective-groups/ObjectiveGroups.vue
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-