From e298a263223d9b08f9d566c2038b0689506e967d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 03:01:41 +0100 Subject: Vue basic setup and timezone picker component --- client/src/components/ZonePicker.vue | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 client/src/components/ZonePicker.vue (limited to 'client/src/components') diff --git a/client/src/components/ZonePicker.vue b/client/src/components/ZonePicker.vue new file mode 100644 index 0000000..d06e24d --- /dev/null +++ b/client/src/components/ZonePicker.vue @@ -0,0 +1,51 @@ + + + -- cgit v1.2.1