diff --git a/src/App.vue b/src/App.vue index 1751c4e..5dd2278 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,8 @@ -
-

Upload GPX files to see your tracks on the map

+
+
@@ -20,11 +20,19 @@ \ No newline at end of file diff --git a/src/components/FileUpload.vue b/src/components/FileUpload.vue new file mode 100644 index 0000000..e017c51 --- /dev/null +++ b/src/components/FileUpload.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file