diff --git a/src/App.vue b/src/App.vue index b31bd1a..1751c4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,16 +6,25 @@
-
-

Welcome to TrackMap

-

Upload your GPX files to get started analyzing your cycling tracks

+
+

Your Cycling Tracks

+ +
+ +
+

Upload GPX files to see your tracks on the map

\ No newline at end of file diff --git a/src/components/MapView.vue b/src/components/MapView.vue new file mode 100644 index 0000000..53350a7 --- /dev/null +++ b/src/components/MapView.vue @@ -0,0 +1,51 @@ + + + \ No newline at end of file diff --git a/src/style.css b/src/style.css index d4d5ba9..2bf1f68 100644 --- a/src/style.css +++ b/src/style.css @@ -1,10 +1,10 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); +@import 'leaflet/dist/leaflet.css'; + @tailwind base; @tailwind components; @tailwind utilities; -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); -@import 'leaflet/dist/leaflet.css'; - @layer base { * { box-sizing: border-box;