aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-24 10:49:41 +0200
committerHampusM <hampus@hampusmat.com>2021-05-24 10:49:41 +0200
commit518bd58c5aba1a6eaa645074f3ae2d780c45f6dc (patch)
treea99acd3b434422e019bc76064ad0798c8472f07d /src/App.vue
parent21e52ba2fa323e8aebf291882083c1eca9f6a5af (diff)
Restructured the whole project & added Nodemon and Concurrently
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/App.vue b/src/App.vue
deleted file mode 100644
index cbdce56..0000000
--- a/src/App.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-<template>
- <div id="container" class="container-fluid px-0">
- <router-view/>
- </div>
-</template>
-
-<script>
-export default {
- name: "App"
-}
-</script> \ No newline at end of file