From f550ca921b2c36740f6701c79ba62bedd4cb07ef Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 12 Mar 2025 14:44:06 +0100 Subject: [PATCH] Share utility functions from Timetable Move the genereic pairs, enumerate and setEquals functions from Timetable to shared/utils/functions to make them available for reuse. --- components/Timetable.vue | 45 +-------------------------------------- shared/utils/functions.ts | 43 +++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 shared/utils/functions.ts diff --git a/components/Timetable.vue b/components/Timetable.vue index e1e83c3..dcea1cb 100644 --- a/components/Timetable.vue +++ b/components/Timetable.vue @@ -94,6 +94,7 @@