From 0bd4ab766c976aacc272a06edd770c6f5881da3c Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 2 Feb 2024 08:39:20 -0500 Subject: [PATCH] Add Cobe library for Globe component --- src/components/cobe.vue | 67 ++++++++++++++++++++++++++++++++++++++ src/components/globe.astro | 51 +++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 src/components/cobe.vue create mode 100644 src/components/globe.astro diff --git a/src/components/cobe.vue b/src/components/cobe.vue new file mode 100644 index 0000000..1bc523f --- /dev/null +++ b/src/components/cobe.vue @@ -0,0 +1,67 @@ + + + \ No newline at end of file diff --git a/src/components/globe.astro b/src/components/globe.astro new file mode 100644 index 0000000..f2ca15c --- /dev/null +++ b/src/components/globe.astro @@ -0,0 +1,51 @@ +--- +import Globe from '@components/cobe.vue' +--- + +

Locations

+ +
+
+ +

Finland

+
+
+ +

Germany

+
+
+ + + + + \ No newline at end of file