diff --git a/components/teams/ImportExport.vue b/components/teams/ImportExport.vue
deleted file mode 100644
index f532a742..00000000
--- a/components/teams/ImportExport.vue
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
- {{ $t("import_export") }} {{ $t("teams") }}
-
{{ $t("loading") }}
@@ -69,7 +59,6 @@ import { fb } from "~/helpers/fb" export default { data() { return { - showModalImportExport: false, showModalAdd: false, showModalEdit: false, editingTeam: {}, @@ -113,15 +102,6 @@ export default { pollInterval: 10000, }, }, - async mounted() { - this._keyListener = function (e) { - if (e.key === "Escape") { - e.preventDefault() - this.showModalImportExport = false - } - } - document.addEventListener("keydown", this._keyListener.bind(this)) - }, methods: { displayModalAdd(shouldDisplay) { this.showModalAdd = shouldDisplay @@ -131,9 +111,6 @@ export default { if (!shouldDisplay) this.resetSelectedData() }, - displayModalImportExport(shouldDisplay) { - this.showModalImportExport = shouldDisplay - }, editTeam(team, teamID) { this.editingTeam = team this.editingteamID = team.id