aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.vue
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-10 00:13:25 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-10 00:13:25 +0000
commit9a11e0f4a38297006b89cc7bb2a60734111582e0 (patch)
tree5ebddde79e67b659714b5dbdbfcea289f06a4ae5 /src/App.vue
parent817478f3cf357fc09778d9dc3cf67a667e21f042 (diff)
Migrate to nuxt
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/App.vue b/src/App.vue
deleted file mode 100644
index 0b4985d..0000000
--- a/src/App.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-<script setup lang="ts">
-import SiteHeader from '@/components/Header/SiteHeader.vue';
-</script>
-
-<template>
- <SiteHeader />
-
- <RouterView />
-</template>
-
-<style scoped>
-</style>